-
Notifications
You must be signed in to change notification settings - Fork 447
/
.codecov.yml
52 lines (47 loc) · 977 Bytes
/
.codecov.yml
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
codecov:
require_ci_to_pass: true
notify:
after_n_builds: 3
wait_for_ci: true
coverage:
status:
project: off
patch:
default:
threshold: 0.01
comment:
layout: "diff, files"
behavior: default
require_changes: true # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
branches:
- master
after_n_builds: 3
github_checks:
annotations: false
flags:
# filter the folder(s) you wish to measure by that flag
api:
paths:
- api/
library:
paths:
- lib/
client:
paths:
- client/
- clientgui/
server:
paths:
- sched/
- db/
- tools/
android:
paths:
- android/BOINC/app/src/main/java/edu/berkeley/boinc
# don't gather statistics for test and external libraries
ignore:
- tests/.*
- zip/.*
- 3rdParty/.*