mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
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:
parent
8b4ea56966
commit
7cda36e26a
1 changed files with 8 additions and 0 deletions
8
codecov.yml
Normal file
8
codecov.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: auto
|
||||
threshold: 2%
|
||||
base: auto
|
||||
informational: false
|
Loading…
Add table
Reference in a new issue