Files
detekt/.codecov.yml
M Schalk 2bd32cef1c Require CI to pass to run codecov (#2546)
This commit removes the 'require_ci_to_pass: no' declaration.
2020-03-28 20:35:23 +01:00

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