Files
aptly/codecov.yml
Mauro Regli aaa622288c Fix: Make CodeCov Pipeline more lenient
The Pipeline will only fail if the code coverage has fallen more than 2
Percent.

fixes: #1154
2023-03-07 17:05:16 +01:00

10 lines
162 B
YAML

coverage:
status:
project:
default:
target: auto
threshold: 0%
if_ci_failed: error
target: auto
threshold: 2%