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:
Mauro Regli
2023-03-07 14:49:58 +01:00
committed by Benj Fassbind
parent dbf1ac7867
commit aaa622288c

View File

@@ -5,3 +5,5 @@ coverage:
target: auto
threshold: 0%
if_ci_failed: error
target: auto
threshold: 2%