Generate more coverage information

This commit is contained in:
Vincent Jacques
2012-05-22 18:11:11 +01:00
parent d5ba645d44
commit 287bc54154
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -3,3 +3,4 @@ GithubCredentials.py
.coverage
/dist
/MANIFEST
/test/htmlcov/
+3 -1
View File
@@ -5,10 +5,12 @@ rm -f $(find . -name "*.pyc")
cd test
coverage erase
coverage run IntegrationTest.py
coverage run --branch IntegrationTest.py
echo "=============="
echo "|| Coverage ||"
echo "=============="
coverage report -m --include=../src/*
coverage html --include=../src/*