forked from ALFarch/mlfinlab
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jacques Joubert
committed
Feb 14, 2019
1 parent
b40ae7e
commit f36b260
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[run] | ||
omit=mlfinlab/tests/* | ||
scripts/* | ||
/opt/conda/* | ||
# Ensure we exclude any files in .local | ||
*/.local/* | ||
*/Users/* | ||
branch=True | ||
|
||
# This config option is in v4.0a5 only supported on the command line | ||
concurrency=multiprocessing | ||
|
||
[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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.