Skip to content

Commit 0bff8b7

Browse files
committed
Add codecov.yml
Don't show comments when the coverage is unchanged. Also, pare down what is show to make it less noisy.
1 parent 6b818aa commit 0bff8b7

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)