You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Codecov by default excludes sources under src/main/test from the coverage reports, but we have some modules used for testing that have code under src/main/java and also we have whole modules for integration testing and that code is currently counted in the report as missing code to be covered by test.
Describe the solution you'd like
Using the codecov.yml exclude those path from the Codecov report.
Path to be excluded:
Is your feature request related to a problem? Please describe.
Codecov by default excludes sources under
src/main/test
from the coverage reports, but we have some modules used for testing that have code undersrc/main/java
and also we have whole modules for integration testing and that code is currently counted in the report as missing code to be covered by test.Describe the solution you'd like
Using the
codecov.yml
exclude those path from the Codecov report.Path to be excluded:
/qa
**/test/
**/test-steps/
Reference documentation of Codecov:
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: