mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 00:01:19 +00:00
* Ignore gradle plugin in codecov * Don't run :detekt-gradle-plugin:test because we ignore those results
16 lines
311 B
YAML
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/"
|