XML coverage report added (cobertura).

Change-Id: I7c42bc03a929d0ba384abe7f9b48f60b6985b293
This commit is contained in:
Sergey Lukjanov 2013-06-23 15:34:13 +04:00
parent 6977b198fa
commit 6a7831b2e1
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@ cscope.out
tools/lintstack.head.py
tools/pylint_exceptions
savanna/tests/cover
savanna/tests/coverage.xml

View File

@ -6,6 +6,8 @@ source-dir = doc/source
[nosetests]
cover-package=savanna
cover-html=true
cover-xml=true
cover-xml-file=coverage.xml
cover-erase=true
cover-inclusive=true
verbosity=3