Skip to content

Commit

Permalink
added coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nahumj committed Dec 3, 2014
1 parent 2d244b3 commit 617b837
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Expand Up @@ -12,4 +12,10 @@ clean:
-@rm -r *~ *.pyc *.csv default_data 2>/dev/null || true

test:
python -m unittest discover
python -m unittest discover

.coverage:
coverage run -m unittest discover

coverage: .coverage
coverage report -m

0 comments on commit 617b837

Please sign in to comment.