can I skip files from test coverage #234
AsmaaMagdHelali
started this conversation in
General
Replies: 1 comment
-
I think you're best option is to configure the code coverage tool you are using to ignore these files and not include them in your lcov report file (ie https://github.com/istanbuljs/nyc?tab=readme-ov-file#common-configuration-options or https://github.com/bcoe/c8?tab=readme-ov-file#cli-options--configuration). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to skip coverage for some files, can I be able to do that
Beta Was this translation helpful? Give feedback.
All reactions