Skip to content

Commit

Permalink
fix(coverage): use proper package name
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Mar 8, 2017
1 parent 494d80e commit 95366fe
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 @@ -23,7 +23,7 @@ test: lint
@pytest -s -v --tb=native --capture=sys --cov grappa_http --cov-report term-missing

coverage:
@coverage run --source http -m py.test
@coverage run --source grappa_http -m py.test
@coverage report

bump:
Expand Down

0 comments on commit 95366fe

Please sign in to comment.