Coverage xml and html reports are now a separate 'xml' and 'html' step from 'test'.

This commit is contained in:
Ned Batchelder
2012-11-07 17:01:29 -05:00
committed by Calen Pennington
parent c3f0d31cc9
commit 3dc23eb131
5 changed files with 32 additions and 14 deletions

View File

@@ -1,4 +1,7 @@
# .coveragerc for common/lib/capa
[run]
data_file = common/lib/capa/.coverage
[report]
ignore_errors = True

View File

@@ -1,9 +1,12 @@
# .coveragerc for common/lib/xmodule
[run]
data_file = common/lib/xmodule/.coverage
[report]
ignore_errors = True
[html]
directory = reports/common/xmodule/capa/cover
directory = reports/common/lib/xmodule/cover
[xml]
output = reports/common/lib/xmodule/coverage.xml