Skip to content

Commit 6124f3a

Browse files
authored
Merge pull request #1486 from urfave/codecov-threshold-tweaks
Set codecov status thresholds to 5%
2 parents d62ac9c + ee4ff8f commit 6124f3a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/.codecov.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/codecov.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
comment: false
2+
coverage:
3+
status:
4+
project:
5+
default:
6+
threshold: 5%
7+
patch:
8+
default:
9+
threshold: 5%

0 commit comments

Comments
 (0)