Skip to content

Commit 27a6ff1

Browse files
authored
+ codecov report (#14)
1 parent d031b0a commit 27a6ff1

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.codecov.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
coverage:
2+
status:
3+
# allow test coverage to drop by 0.1%, assume that it's typically due to CI problems
4+
patch:
5+
default:
6+
threshold: 0.1
7+
project:
8+
default:
9+
target: auto
10+
threshold: 0.1
11+
base: auto
12+
13+
comment:
14+
layout: " diff, flags, files"
15+
behavior: default
16+
require_changes: false
17+
require_base: false
18+
require_head: true
19+
hide_project_coverage: true
20+
21+
ignore:
22+
- 'api/v1alpha1'
23+
- 'test'
24+
- '**/*.pb.go'
25+
- '**/*.pb.gw.go'
26+
- '**/*generated.go'
27+
- '**/*generated.deepcopy.go'
28+
- '**/*_test.go'
29+
- 'vendor/.*'
30+
- '**/mocks/*'
31+
- 'hack'

0 commit comments

Comments
 (0)