chore: correct coverage config

threshold is used for limiting diff, target is more appropriate here.
This commit is contained in:
Ankush Menat 2021-12-14 20:12:51 +05:30
parent 7153c6c0e9
commit 5ee5573d21

View file

@ -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