Skip to content

Commit

Permalink
Revert "Fix coverage report"
Browse files Browse the repository at this point in the history
This reverts commit 7c8172c
  • Loading branch information
apriha committed Nov 2, 2019
1 parent 7c8172c commit a88c797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ script:
rm resources.tar.gz
fi
fi
- pytest --cov
- pytest --cov=snps tests
- |
if [[ $SELECTED_JOB == $JOB_ID ]]; then
codecov
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ source =
[coverage:run]
branch = true
source =
snps
src
tests
omit = */snps/_version.py

[coverage:report]
Expand Down

0 comments on commit a88c797

Please sign in to comment.