We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60f403 commit e3de6e8Copy full SHA for e3de6e8
.codecov.yml
@@ -0,0 +1,23 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ target: auto
6
+ threshold: 5
7
+ base: auto
8
+ # advanced
9
+ branches: null
10
+ if_no_uploads: error
11
+ if_not_found: success
12
+ if_ci_failed: error
13
+ only_pulls: false
14
+ flags: null
15
+ paths: null
16
+ patch: off
17
+comment:
18
+ layout: "diff, files"
19
+ behavior: default
20
+ require_changes: false # if true: only post the comment if coverage changes
21
+ require_base: no # [yes :: must have a base report to post]
22
+ require_head: yes # [yes :: must have a head report to post]
23
+ branches: null # branch names that can post comment
0 commit comments