mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
13 lines
274 B
YAML
13 lines
274 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
|