summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-10-21 16:41:16 -0400
committerToshio Kuratomi <toshio@fedoraproject.org>2014-10-21 16:41:16 -0400
commit6c94d8569046d039ab551c8eb877b3224e7b5d2a (patch)
tree67e1f040f4b2c21172dee0e0877604b224bcd2fc /Makefile
parentb3452de8a79f79b6b8f274948b8d6ecec9cd8e81 (diff)
downloadansible-6c94d8569046d039ab551c8eb877b3224e7b5d2a.tar.gz
Tell nose to include branches in its coverage reporting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ec2742f89d..5ac0e26d40 100644
--- a/Makefile
+++ b/Makefile
@@ -96,10 +96,10 @@ tests:
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v # Could do: --with-coverage --cover-package=ansible
newtests:
- PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w v2/test -v --with-coverage --cover-package=ansible
+ PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w v2/test -v --with-coverage --cover-package=ansible --cover-branches
newtests-py3:
- PYTHONPATH=./v2:./lib $(NOSETESTS3) -d -w v2/test -v --with-coverage --cover-package=ansible
+ PYTHONPATH=./v2:./lib $(NOSETESTS3) -d -w v2/test -v --with-coverage --cover-package=ansible --cover-branches
authors:
sh hacking/authors.sh