Add codecov.yml allowing coverage to drop slightly before "failing"

This should remove one big red X in our builds, making it harder
to miss other failing tests.
This commit is contained in:
Matt Corallo 2021-03-08 12:50:07 -05:00
parent 8b4ea56966
commit 7cda36e26a

8
codecov.yml Normal file
View file

@ -0,0 +1,8 @@
coverage:
status:
project:
default:
target: auto
threshold: 2%
base: auto
informational: false