Skip to content

Commit

Permalink
Add coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Mar 8, 2020
1 parent 48627ca commit 212859a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[run]
omit =
pysradb/filter_attrs.py
pysradb/geodb.py
pysradb/sradb.py
pysradb/taxid2name.py
pysradb/utils.py

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ script:
- pysradb
- flake8
- black --check .
- pytest -s -v tests
- make test
#- pytest -s -v tests
#- make test
- make coverage
- codecov
- travis-sphinx build --source=$TRAVIS_BUILD_DIR/docs
Expand Down

0 comments on commit 212859a

Please sign in to comment.