-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Expand file tree
/
Copy pathcodecov.yml
More file actions
46 lines (41 loc) · 1.1 KB
/
codecov.yml
File metadata and controls
46 lines (41 loc) · 1.1 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
codecov:
require_ci_to_pass: true
notify:
wait_for_ci: true
coverage:
precision: 2
round: down
range: "50...70"
status:
project:
default: false # disable the default status that measures entire project
core:
target: 90%
paths:
- "luigi/*.py"
patch:
default:
target: 50%
if_no_uploads: error
changes:
default:
informational: true
ignore:
- "examples/"
- "luigi/tools" # These are tested as actual run commands without coverage
# List modules who's tests are not run by CI or are run in a subprocesses (like on cluster).
- "luigi/contrib/beam_dataflow.py"
- "luigi/contrib/bigquery.py"
- "luigi/contrib/bigquery_avro.py"
- "luigi/contrib/dataproc.py"
- "luigi/contrib/dropbox.py"
- "luigi/contrib/ftp.py"
- "luigi/contrib/gcs.py"
- "luigi/contrib/hadoop.py"
- "luigi/contrib/hdfs/"
- "luigi/contrib/kubernetes.py"
- "luigi/contrib/mrrunner.py"
- "luigi/contrib/sparkey.py"
- "luigi/contrib/webhdfs.py"
# For luigi we do not want any comments
comment: false