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 cms
# .coveragerc for lms
[run]
data_file = lms/.coverage
[report]
ignore_errors = True