Set Codecov threshold to 0.05% to avoid flicker

We have some non-deterministic tests which flap the coverage up and down
slightly, but that should not set a failing status on PRs. This commit
sets a threshold of 0.5% coverage change to prevent this.
This commit is contained in:
Alisdair McDiarmid 2020-03-09 14:54:46 -04:00
parent 654e880bb8
commit ff3895ea26
1 changed files with 6 additions and 1 deletions

View File

@ -8,4 +8,9 @@ comment:
- "master"
- "v0.12"
coverage:
status:
project:
default:
target: auto
threshold: "0.5%"