Skip to content

Commit

Permalink
Specify paths to include in coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Jun 2, 2017
1 parent de0c747 commit bb5f2b0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .coveragerc
@@ -0,0 +1,9 @@
[run]
source =
.
filters
parsers
phageAPI

omit =
setup.py
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ before_script:
- pip install codecov

script:
- pytest --cov=.
- pytest --cov

after_success:
- codecov
Expand Down

0 comments on commit bb5f2b0

Please sign in to comment.