Skip to content
This repository has been archived by the owner on Jul 23, 2018. It is now read-only.

Commit

Permalink
Fix coverage measurement -- only measure our source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Alexandre Salim committed Aug 11, 2015
1 parent 3337eca commit dc6ce1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dist/request_review: request_review.py
pyinstaller -F -s request_review.py

test:
coverage run -m unittest discover -s tests --verbose
coverage run --source request_review.py -m unittest discover -s tests --verbose

0 comments on commit dc6ce1c

Please sign in to comment.