Skip to content
Snippets Groups Projects
Commit 8b3c408d authored by Calen Pennington's avatar Calen Pennington
Browse files

Merge pull request #1171 from MITx/fix/zoldak/common-coveragerc

Exclude settings.py files from coverage reports and configure titles for...
parents 91c73fc0 cc54c373
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,13 @@ ...@@ -2,11 +2,13 @@
[run] [run]
data_file = reports/cms/.coverage data_file = reports/cms/.coverage
source = cms source = cms
omit = cms/envs/*, cms/manage.py
[report] [report]
ignore_errors = True ignore_errors = True
[html] [html]
title = CMS Python Test Coverage Report
directory = reports/cms/cover directory = reports/cms/cover
[xml] [xml]
......
...@@ -7,6 +7,7 @@ source = common/lib/capa ...@@ -7,6 +7,7 @@ source = common/lib/capa
ignore_errors = True ignore_errors = True
[html] [html]
title = Capa Python Test Coverage Report
directory = reports/common/lib/capa/cover directory = reports/common/lib/capa/cover
[xml] [xml]
......
...@@ -7,6 +7,7 @@ source = common/lib/xmodule ...@@ -7,6 +7,7 @@ source = common/lib/xmodule
ignore_errors = True ignore_errors = True
[html] [html]
title = XModule Python Test Coverage Report
directory = reports/common/lib/xmodule/cover directory = reports/common/lib/xmodule/cover
[xml] [xml]
......
...@@ -2,11 +2,13 @@ ...@@ -2,11 +2,13 @@
[run] [run]
data_file = reports/lms/.coverage data_file = reports/lms/.coverage
source = lms source = lms
omit = lms/envs/*
[report] [report]
ignore_errors = True ignore_errors = True
[html] [html]
title = LMS Python Test Coverage Report
directory = reports/lms/cover directory = reports/lms/cover
[xml] [xml]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment