My team is using codecov with GitHub. After Travis CI completes, codecov often reports
codecov/project — 76.26% (+-0.02%) compared to a903b3b
I’ve tweaked the settings in codecov.yml but none seem to change this result. I’m committing changes to the settings into the failing PR. Same result no matter what I make these settings.
Desired result: Still post success if coverage drops below 1% in a PR. This should be controlled by threshold but that is not working.
coverage:
range: 70…100
precision: 2
round: down
status:
patch:
default:
enabled: no
if_not_found: success
changes:
default:
enabled: no
if_not_found: success
project:
threshold: 1%
default:
threshold: 1%
analytics:
flags: analytics
player:
flags: player
refetch:
flags: refetch
utils:
flags: utils