Don't fail commits on coverage dropping

This commit is contained in:
Salad Dais
2021-05-03 23:33:33 +00:00
parent eb2b6ee870
commit 269a1e163b

11
codecov.yml Normal file
View File

@@ -0,0 +1,11 @@
coverage:
precision: 1
round: down
range: "50...80"
status:
project:
default:
# Do not fail PRs if the code coverage drops.
target: 0%
threshold: null
base: auto