certbot/.codecov.yml
Adrien Ferrand 278cc8feef Disable default aggregated report. Reactivate auto-validation of reports against base branch. (#6939)
Following #6934, this PR finalize two things, as explained in #6934:

disable the default aggregated report
validate linux and windows reports against the PR base branch
2019-04-09 12:47:53 -07:00

14 lines
250 B
YAML

coverage:
status:
project:
default: off
linux:
flags: linux
target: auto
threshold: 0.1
base: auto
windows:
flags: windows
target: auto
threshold: 0.1
base: auto