-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathcodecov.yml
43 lines (42 loc) · 924 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
ignore:
- "heat/core/regression/lasso/demo.py"
- "heat/core/regression/lasso/plotfkt.py"
- "heat/examples/*"
- "heat/utils/data/mnist.py"
- "heat/utils/data/_utils.py"
- "heat/**/test_*.py"
coverage:
status:
project:
default:
# basic
target: auto
threshold: 3%
base: auto
flags:
- unit
- gpu
paths:
- "heat"
# advanced settings
branches:
- master
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false
patch:
default:
# basic
target: auto
threshold: 3%
base: auto
# advanced
branches:
- master
if_ci_failed: error #success, failure, error, ignore
only_pulls: false
flags:
- "unit"
- "gpu"
paths:
- "heat"