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 37e8362 commit 9427e02Copy full SHA for 9427e02
.github/codecov.yml
@@ -1,2 +1,20 @@
1
+codecov: # see https://docs.codecov.com/docs/codecovyml-reference
2
+ branch: master
3
+
4
+coverage:
5
+ status: # see https://docs.codecov.com/docs/commit-status
6
+ project:
7
+ default:
8
+ target: auto # minimum coverage ratio that the commit must meet to be considered a success
9
+ threshold: 5 # Allow the coverage to drop by <number>%, and posting a success status
10
+ branches:
11
+ - master
12
+ - '[0-9].*'
13
14
+comment: # see https://docs.codecov.com/docs/pull-request-comments
15
+ layout: "condensed_header, condensed_files, condensed_footer"
16
+ behavior: new
17
+ require_changes: true
18
19
ignore:
20
- "**/*.txt"
0 commit comments