mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Increase codecov threshold to 1% (#1830)
This commit is contained in:
parent
8d2ab47494
commit
b53a3db971
1 changed files with 3 additions and 3 deletions
|
|
@ -7,10 +7,10 @@ ignore:
|
|||
- "test/.*"
|
||||
coverage:
|
||||
status:
|
||||
# allow test coverage to drop by 0.1%, assume that it's typically due to CI problems
|
||||
# allow test coverage to drop by 1%, assume that it's typically due to CI problems
|
||||
patch:
|
||||
default:
|
||||
threshold: 0.1
|
||||
threshold: 1
|
||||
project:
|
||||
default:
|
||||
threshold: 0.1
|
||||
threshold: 1
|
||||
Loading…
Reference in a new issue