Merge "Also generate XML coverage report"

This commit is contained in:
Jenkins 2017-03-08 17:24:27 +00:00 committed by Gerrit Code Review
commit 6448d036f7
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ class TestrReal(cmd.Command):
logger.debug("_coverage_after called")
os.system("coverage combine")
os.system("coverage html -d ./cover %s" % self.omit)
os.system("coverage xml -o ./cover/coverage.xml %s" % self.omit)
class TestrFake(cmd.Command):