Skip to content

Commit 00bc1ad

Browse files
authored
Merge pull request #1220 from metacpan/haarg/coverage-threshold
set a 1% theshold for coverage changes
2 parents 3a565fe + 60cda54 commit 00bc1ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@ comment:
66
require_base: false # [true :: must have a base report to post]
77
require_head: true # [true :: must have a head report to post]
88
hide_project_coverage: false # [true :: only show coverage on the git diff]
9+
coverage:
10+
status:
11+
patch:
12+
default:
13+
threshold: 1%
14+
project:
15+
default:
16+
threshold: 1%

0 commit comments

Comments
 (0)