Skip to content

Commit 848dcd3

Browse files
authored
Mute a bit codecov report. (#643)
Codecov report are a bit noisy, this mute them a bit y removing the large graph and postigin only if there is a coverage change.
1 parent c58bca4 commit 848dcd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ coverage:
77
patch:
88
default:
99
target: 100
10+
comment:
11+
layout: "diff, files"
12+
behavior: default
13+
require_changes: true # if true: only post the comment if coverage changes
14+
branches: # branch names that can post comment
15+
- "master"

0 commit comments

Comments
 (0)