Skip to content

Commit

Permalink
Ignoring some files temporarily for coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Apr 23, 2019
1 parent 85f1b0c commit 896c23f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .coveragerc
@@ -0,0 +1,5 @@
[run]
omit =
psdr/duu.py
psdr/pgf.py

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,7 @@ install:

script:
- pip freeze --local
- pytest --cov=psdr tests/
- pytest --cov=psdr --cov-config=.coveragerc tests/

after_success:
- if python --version | grep -c "3.7" ; then coveralls ; fi
Expand Down

0 comments on commit 896c23f

Please sign in to comment.