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:
parent
654e880bb8
commit
ff3895ea26
|
@ -8,4 +8,9 @@ comment:
|
|||
- "master"
|
||||
- "v0.12"
|
||||
|
||||
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: auto
|
||||
threshold: "0.5%"
|
||||
|
|
Loading…
Reference in New Issue