Skip to content

Commit

Permalink
Coverage report tuning
Browse files Browse the repository at this point in the history
Tweak the included and omitted files used in the coverage report for
coveralls.
  • Loading branch information
Aaron Iles committed May 30, 2013
1 parent 40efe21 commit fda747b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[run]
source=funcsigs
omit=funcsigs/odict*

[report]
include=funcsigs*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- python setup.py install
script:
- coverage run setup.py test
- coverage report --include="funcsigs*"
- coverage report --show-missing
after_success:
- coveralls
notifications:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lint:
flake8 --exit-zero funcsigs tests

coverage:
coverage report --show-missing --include="funcsigs*"
coverage report --show-missing

clean:
python setup.py clean --all
Expand Down

0 comments on commit fda747b

Please sign in to comment.