summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2014-10-21 22:41:16 +0200
committerToshio Kuratomi <toshio@fedoraproject.org>2014-10-21 22:41:16 +0200
commit6c94d8569046d039ab551c8eb877b3224e7b5d2a (patch)
tree67e1f040f4b2c21172dee0e0877604b224bcd2fc /Makefile
parentHook up the general parsing unittests and get them passing (diff)
downloadansible-6c94d8569046d039ab551c8eb877b3224e7b5d2a.tar.xz
ansible-6c94d8569046d039ab551c8eb877b3224e7b5d2a.zip
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