Exclude settings.py files from coverage reports and configure titles for the reports.

This commit is contained in:
Jay Zoldak
2012-12-17 15:00:11 -05:00
parent 91c73fc034
commit cc54c37359
4 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ source = common/lib/capa
ignore_errors = True
[html]
title = Capa Python Test Coverage Report
directory = reports/common/lib/capa/cover
[xml]

View File

@@ -7,6 +7,7 @@ source = common/lib/xmodule
ignore_errors = True
[html]
title = XModule Python Test Coverage Report
directory = reports/common/lib/xmodule/cover
[xml]