mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +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
|
target: auto
|
||||||
threshold: 0%
|
threshold: 0%
|
||||||
if_ci_failed: error
|
if_ci_failed: error
|
||||||
|
target: auto
|
||||||
|
threshold: 2%
|
||||||
|
|||||||
Reference in New Issue
Block a user