forked from vmware/vic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
63 lines (58 loc) · 1.19 KB
/
.codecov.yml
File metadata and controls
63 lines (58 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
codecov:
branch: master
coverage:
precision: 2
round: down
range: "31...80"
status:
project:
cmd:
enabled: true
paths: "cmd"
target: auto
lib:
enabled: true
paths: "lib"
target: auto
pkg:
enabled: true
paths: "pkg"
target: auto
patch:
cmd:
enabled: true
paths: "cmd"
target: auto
lib:
enabled: true
paths: "lib"
target: auto
pkg:
enabled: true
paths: "pkg"
target: auto
changes:
default: off
ignore:
- "tests/.*"
- "vendor/.*"
- "bin/.*"
- "doc/.*"
- "demos/.*"
- "infra/.*"
- "isos/.*"
notify:
slack:
default:
url: secret:4pFXYokWG94wD+p6Ik8TOyoGCMjIt1oC64dJI6bfN3NRSq9ON/VplYzuANYGq5DotCsxx+VOCbnshdKATbRUmRysanEs3C2E9FWk2+pOa7OEygT3QRoiYZJXLSGl77Ki5fPWx/cUlvfcJPDGGpvKB+zl007cqOgFSU26qZqff+w=
threshold: 1%
only_pulls: false
branches: master
flags: null
paths: null
comment:
layout: "header, reach, diff, flags, files, footer"
behavior: default
require_changes: no
require_base: no
require_head: yes