chore: correct coverage config
threshold is used for limiting diff, target is more appropriate here.
This commit is contained in:
parent
7153c6c0e9
commit
5ee5573d21
1 changed files with 4 additions and 2 deletions
|
|
@ -14,8 +14,10 @@ coverage:
|
|||
patch:
|
||||
default: false
|
||||
server:
|
||||
target: auto
|
||||
threshold: 85%
|
||||
target: 85%
|
||||
threshold: 0%
|
||||
only_pulls: true
|
||||
if_ci_failed: ignore
|
||||
flags:
|
||||
- server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue