Skip to content

Commit

Permalink
Add coveralls test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
katkad authored and lkiesow committed Oct 27, 2019
1 parent 03f4148 commit 04d8cf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[report]
omit =
*/tests/*
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ addons:

install:
- pip install flake8 coverage
- pip install coveralls
- python setup.py install

script:
Expand All @@ -25,6 +26,7 @@ after_success:
- pip install sphinx sphinx-rtd-theme
- make -C docs clean html
- touch docs/build/html/.nojekyll # create this file to prevent Github's Jekyll processing
- coveralls

deploy:
provider: pages
Expand Down

0 comments on commit 04d8cf7

Please sign in to comment.