Skip to content

Commit

Permalink
Include coverage report in coverage make target
Browse files Browse the repository at this point in the history
  • Loading branch information
lundberg committed Nov 22, 2016
1 parent 0e5199b commit 2f03812
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ develop:
python setup.py develop

coverage:
coverage run --source cio setup.py test
coverage run --source cio setup.py test && \
coverage report

clean:
rm -rf .tox/ dist/ *.egg *.egg-info .coverage

0 comments on commit 2f03812

Please sign in to comment.