Merge pull request #1486 from urfave/codecov-threshold-tweaks

Set codecov status thresholds to 5%
This commit is contained in:
2022-09-10 13:12:32 -04:00
committed by GitHub
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
comment: false
coverage:
threshold: 5%

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

@@ -0,0 +1,9 @@
comment: false
coverage:
status:
project:
default:
threshold: 5%
patch:
default:
threshold: 5%