Skip to content

Commit

Permalink
Merge pull request #42 from SparkPost/ISSUE-41
Browse files Browse the repository at this point in the history
Updated Makefile to display coverage report in the terminal
  • Loading branch information
richleland committed Aug 21, 2015
2 parents 4e53d0f + af44ecd commit 95e8048
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 @@ -13,7 +13,7 @@ analysis:
. venv/bin/activate; flake8 sparkpost test

test: analysis
. venv/bin/activate; py.test --cov-report html --cov sparkpost test/
. venv/bin/activate; py.test --cov-report term-missing --cov-report html --cov sparkpost test/

docs-install:
. venv/bin/activate; pip install -r docs/requirements.txt
Expand Down

0 comments on commit 95e8048

Please sign in to comment.