Skip to content

Commit

Permalink
still fixing coverage - only include functions files
Browse files Browse the repository at this point in the history
  • Loading branch information
soazig committed Dec 12, 2015
1 parent 82d7b61 commit 656fd3e
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 @@ -6,7 +6,7 @@ clean:
find . -name "*.so" -o -name "*.pyc" -o -name "*.pyx.md5" | xargs rm -f

coverage:
nosetests code/utils/tests data/tests/ --with-coverage --cover-package=code/utils/functions,data/data_hashes.py,data/data.py
nosetests code/utils/tests data/tests/ --with-coverage --cover-package=code/utils/functions,data/data.py

test:
nosetests code/utils/tests data/tests/
Expand Down

0 comments on commit 656fd3e

Please sign in to comment.