forked from BOINC/boinc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
49 lines (45 loc) · 932 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
codecov:
require_ci_to_pass: yes
notify:
after_n_builds: 3
wait_for_ci: yes
coverage:
status:
project: off
patch:
default:
threshold: 0.01
comment:
layout: "diff, files"
behavior: default
require_changes: yes # if true: only post the comment if coverage changes
require_base: no # [yes :: must have a base report to post]
require_head: yes # [yes :: must have a head report to post]
branches:
- master
after_n_builds: 3
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/.*