ci: Move codecov.yml and add thresholds as intermittent fix to random coverage changes

This commit is contained in:
monacoremo
2021-08-08 06:42:59 +02:00
committed by Remo
parent fb2adea5e9
commit c7b1cda3ed
+2 -2
View File
@@ -9,10 +9,10 @@ coverage:
project: project:
default: default:
target: auto target: auto
threshold: 0% threshold: 1%
only_pulls: false only_pulls: false
patch: patch:
default: default:
target: auto target: auto
threshold: 0% threshold: 1%
only_pulls: true only_pulls: true