-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathcodecov.yml
More file actions
36 lines (33 loc) · 547 Bytes
/
Copy pathcodecov.yml
File metadata and controls
36 lines (33 loc) · 547 Bytes
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
ignore:
- term/remote.go
- deprecation.go
- logger.go
- systemd.go
- update.go
- main.go
- run_profile.go
- syslog.go
- syslog_windows.go
- schtasks/permission.go
- user/user_systemd.go
- qemu/
- "**/mocks/*.go"
- testhelpers/
- config/checkdoc/
- checklinks/
codecov:
notify:
after_n_builds: 4
comment:
after_n_builds: 4
coverage:
round: nearest
status:
project:
default:
target: auto
threshold: "2%"
patch:
default:
target: "70%"
threshold: "2%"