Files
detekt/.codecov.yml
Brais Gabín d2e996699c Ignore gradle plugin in codecov (#3740)
* Ignore gradle plugin in codecov

* Don't run :detekt-gradle-plugin:test because we ignore those results
2021-05-11 09:24:18 +02:00

16 lines
311 B
YAML

coverage:
status:
# master branch only
project:
default:
# Fail the status if coverage drops by >= 0.1%
threshold: 0.1
patch:
default:
target: 80%
# Only post a patch status to pull requests
only_pulls: true
ignore:
- "detekt-gradle-plugin/"