Skip to content

Commit 551e907

Browse files
authored
Merge pull request #1211 from metacpan/oalders/codecov
Add codecov.yml
2 parents e894929 + 523ef40 commit 551e907

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
@@ -0,0 +1,8 @@
1+
---
2+
comment:
3+
layout: 'diff, files'
4+
behavior: default
5+
require_changes: true # if true: only post the comment if coverage changes
6+
require_base: false # [true :: must have a base report to post]
7+
require_head: true # [true :: must have a head report to post]
8+
hide_project_coverage: false # [true :: only show coverage on the git diff]

0 commit comments

Comments
 (0)