We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0e0f98 commit bbaa8e9Copy full SHA for bbaa8e9
codecov.yml
@@ -1,10 +1,21 @@
1
ignore:
2
- index_gen.go
3
+
4
+coverage:
5
+ status:
6
+ project:
7
+ default:
8
+ target: 55%
9
+ threshold: 5%
10
+ base: auto
11
+ flags:
12
+ - unit
13
14
comment:
15
layout: "reach, diff, flags, files"
16
behavior: default
17
require_changes: false # if true: only post the comment if coverage changes
18
require_base: no # [yes :: must have a base report to post]
- require_head: yes # [yes :: must have a head report to post]
19
+ require_head: no # [yes :: must have a head report to post]
20
branches: # branch names that can post comment
21
- "master"
0 commit comments