disable codecov check

This commit is contained in:
callebtc 2022-10-18 11:49:20 +02:00
parent c10a2b647f
commit 89f55e50b1

9
.github/codecov.yml vendored Normal file
View File

@ -0,0 +1,9 @@
coverage:
status:
patch: off
project:
default:
target: auto
# adjust accordingly based on how flaky your tests are
# this allows a 10% drop from the previous base commit coverage
threshold: 10%