Skip to content

Commit 8b4b3e7

Browse files
Merge pull request #644 from StingraySoftware/codecov-settings1
Adjust codecov settings with new yaml file
2 parents 2d6dbea + 68710bb commit 8b4b3e7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

codecov.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
codecov:
2+
notify: false
3+
# do not notify (default notification is email)
4+
5+
comment:
6+
after_n_builds: 7
7+
# will leave a comment on the pull request after 7 (out of 9)
8+
# continuous integration tests have completed
9+
10+
coverage:
11+
round: nearest
12+
# rounds the coverage percentage to the nearest value,
13+
# instead of always rounding down (former default behaviour)

0 commit comments

Comments
 (0)