Skip to content

Commit c3263d5

Browse files
committed
Configuration for codecov
I'm not sure I can get along with codecov, but this could help.
1 parent 551949f commit c3263d5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/codecov.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2+
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
3+
4+
coverage:
5+
status:
6+
# Codecov shouldn't put red x's on pull requests
7+
# https://docs.codecov.io/docs/common-recipe-list#set-non-blocking-status-checks
8+
project:
9+
default:
10+
informational: true
11+
patch:
12+
default:
13+
informational: true
14+
15+
comment:
16+
layout: diff, files
17+
behavior: new

0 commit comments

Comments
 (0)