Skip to content

Commit

Permalink
Running coverage on correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
BoyCook committed Sep 16, 2013
1 parent c9656d2 commit 55e9a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -17,10 +17,10 @@ test:
py.test -x -s test

test-cov:
py.test --cov-report term-missing --cov test
py.test --cov-report term-missing --cov wordpress test

test-cov-html:
py.test --cov-report html --cov test
py.test --cov-report html --cov wordpress test

install:
python setup.py install
Expand Down

0 comments on commit 55e9a93

Please sign in to comment.