-
-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy path.coveragerc
More file actions
28 lines (25 loc) · 639 Bytes
/
Copy path.coveragerc
File metadata and controls
28 lines (25 loc) · 639 Bytes
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
[run]
omit=*__init__*
mlfinlab/tests/*
mlfinlab/util/multiprocess.py
mlfinlab/labeling/tail_sets.py
scripts/*
/opt/conda/*
*/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/xmlrunner/*
*/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/*
# Ensure we exclude any files in .local
*/.local/*
branch=True
disable_warnings = no-data-collected
[report]
partial_branches=True
show_missing=True
exclude_lines =
pragma: no cover
raise NotImplementedError
@abc.abstractmethod
@abc.abstractproperty
def _dependencies(self):
[html]
directory=cover
[xml]