We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551949f commit c3263d5Copy full SHA for c3263d5
.github/codecov.yml
@@ -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
13
14
15
+comment:
16
+ layout: diff, files
17
+ behavior: new
0 commit comments