Skip to content

Commit

Permalink
Add coverage.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Feb 25, 2019
1 parent ae752f1 commit 9188b06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cache: pip
before_install:
- pip install coverage coveralls
script:
- "coverage run --source=qupulse --rcfile=coverage.ini setup.py test"
- "coverage run --source=qtune --rcfile=coverage.ini setup.py test"
after_success:
- coveralls

Expand Down
5 changes: 5 additions & 0 deletions coverage.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[run]
branch = True
omit =
*main.py
*__init__.py

0 comments on commit 9188b06

Please sign in to comment.