forked from mars-project/mars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
44 lines (40 loc) · 1.12 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
39
40
41
42
43
44
# Documentation: https://docs.codecov.io/docs/codecov-yaml
codecov:
# Avoid "Missing base report" due to committing CHANGES.rst with "[CI skip]"
# https://github.com/codecov/support/issues/363
# https://docs.codecov.io/docs/comparing-commits
allow_coverage_offsets: true
coverage:
status:
project:
default:
target: 90%
threshold: 0.5%
comment: off
# Matches 'omit:' in .coveragerc
ignore:
- "mars/compat.py"
- "mars/lib/functools32"
- "mars/lib/futures"
- "mars/lib/enum.py"
- "mars/lib/six.py"
- "mars/lib/gipc.pyx"
- "mars/lib/nvutils.py"
- "mars/lib/tblib"
- "mars/lib/uhashring"
- "mars/serialize/protos"
- "mars/learn/contrib/xgboost/tracker.py"
- "mars/learn/cluster/_k_means_fast.*"
- "mars/learn/cluster/_k_means_elkan.pyx"
- "mars/learn/cluster/_k_means_lloyd.pyx"
- "mars/learn/utils/_cython_blas.*"
- "mars/tensor/einsum/einsumfunc.py"
- "**/*.html"
- "**/*.pxd"
- "**/tests"
# vineyard related things
- "mars/worker/storage/vineyardhandler.py"
# kubedl related things
- "mars/deploy/kubedl"
# proxima related things
- "mars/learn/proxima/**"