-
-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore gradle plugin in codecov #3740
Conversation
Does filtering out the project in the root build.gradle.kts have the same effect? There are already some subprojects that are ignored that way, might add well use the same method if possible. |
Good point. The build.gradle.kts configures jacoco test report while codecov.yml configures the code coverage CI. |
Yes, this would be the preferred way. |
|
d59de2a
to
525296e
Compare
525296e
to
6657464
Compare
* Ignore gradle plugin in codecov * Don't run :detekt-gradle-plugin:test because we ignore those results
The code coverage reports from codecov about our gradle plugin aren't correct. For that reason it's better to ignore them so we don't get that noise in our PRs.
Following this documentation: https://docs.codecov.io/docs/ignoring-paths