Skip to content

Commit

Permalink
test poor coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Joubert committed Feb 14, 2019
1 parent b40ae7e commit f36b260
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .coveragerc
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]

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ git:
script:
- python -m unittest discover
- pylint mlfinlab --rcfile=.pylintrc -f text
- scripts/coverage
- coverage
File renamed without changes.

0 comments on commit f36b260

Please sign in to comment.