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 2f023df commit 7a0508cCopy full SHA for 7a0508c
codecov.yml
@@ -0,0 +1,23 @@
1
+ignore:
2
+ - "Tests" # ignore all tests
3
+
4
+coverage:
5
+ status:
6
+ project:
7
+ default:
8
+ target: 50%
9
+ threshold: 5%
10
+ informational: false
11
+ patch:
12
13
+ target: 80%
14
15
16
+comment:
17
+ layout: "diff, flags, files"
18
+ behavior: default
19
+ require_changes: false # learn more in the Requiring Changes section below
20
+ require_base: false # [true :: must have a base report to post]
21
+ require_head: true # [true :: must have a head report to post]
22
+ hide_project_coverage: false # [true :: only show coverage on the git diff]
23
0 commit comments