Fix CodeCov Config has two targets and thresholds

fixes: #1160
This commit is contained in:
Mauro Regli
2023-03-10 14:33:37 +01:00
committed by Benj Fassbind
parent aaa622288c
commit 5b5307cc15

View File

@@ -2,8 +2,6 @@ coverage:
status: status:
project: project:
default: default:
target: auto
threshold: 0%
if_ci_failed: error
target: auto target: auto
threshold: 2% threshold: 2%
if_ci_failed: error