mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-11 03:11:50 +00:00
Fix: Make CodeCov Pipeline more lenient
The Pipeline will only fail if the code coverage has fallen more than 2 Percent. fixes: #1154
This commit is contained in:
committed by
Benj Fassbind
parent
dbf1ac7867
commit
aaa622288c
@@ -5,3 +5,5 @@ coverage:
|
||||
target: auto
|
||||
threshold: 0%
|
||||
if_ci_failed: error
|
||||
target: auto
|
||||
threshold: 2%
|
||||
|
||||
Reference in New Issue
Block a user