core/codecov.yml

16 lines
353 B
YAML

coverage:
status:
project:
default:
target: auto
# allow coverage to drop by this amount and still post success
threshold: 0.5%
if_ci_failed: error
patch: off # no github status notice for coverage of the PR diff.
codecov:
require_ci_to_pass: true
notify:
after_n_builds: 2
wait_for_ci: true