Coverage xml and html reports are now a separate 'xml' and 'html' step from 'test'.
This commit is contained in:
committed by
Calen Pennington
parent
c3f0d31cc9
commit
3dc23eb131
@@ -1,4 +1,7 @@
|
||||
# .coveragerc for common/lib/capa
|
||||
[run]
|
||||
data_file = common/lib/capa/.coverage
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user