forked from spotify/luigi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
codecov.yml
38 lines (33 loc) · 1.01 KB
/
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
codecov:
require_ci_to_pass: yes
notify:
after_n_builds: 24
wait_for_ci: yes
coverage:
precision: 2 # Just copied from default
round: down # Just copied from default
range: "70...100" # Just copied from default
status:
project:
default: false # disable the default status that measures entire project
core:
target: 92%
paths: "luigi/*.py"
patch: # Just copied from default
default:
if_no_uploads: error
changes: true # Just copied from default
ignore:
- "examples/"
- "luigi/tools" # These are tested as actual run commands without coverage
# List modules who's tests are not run by Travis or
# are run in a subprocesses (like on cluster).
- "luigi/contrib/gcs.py"
- "luigi/contrib/bigquery.py"
- "luigi/contrib/bigquery_avro.py"
- "luigi/contrib/hdfs/"
- "luigi/contrib/hadoop.py"
- "luigi/contrib/mrrunner.py"
- "luigi/contrib/kubernetes.py"
# For luigi we do not want any comments
comment: false