Skip to content

Commit

Permalink
improving coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
CPrescher committed May 20, 2016
1 parent 4c09971 commit 4f57830
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[run]
omit =
glassure/tests/*
glassure/core/_version.py
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ install:
- pip install pyqtgraph lmfit

script:
- py.test --cov glassure
- py.test --cov-report term-missing --cov-config .coveragerc --cov=glassure
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ versionfile_source = glassure/core/_version.py
versionfile_build = glassure/core/_version.py
tag_prefix = ''
parentdir_prefix = ''

[coverage:run]
omit = _version.py

0 comments on commit 4f57830

Please sign in to comment.