Make coverage reports only include code from the source directories

This commit is contained in:
Calen Pennington
2012-11-08 12:25:12 -05:00
parent e50a442d88
commit 3230345204
4 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# .coveragerc for cms
[run]
data_file = reports/cms/.coverage
source = cms
[report]
ignore_errors = True

View File

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

View File

@@ -1,6 +1,7 @@
# .coveragerc for common/lib/xmodule
[run]
data_file = reports/common/lib/xmodule/.coverage
source = common/lib/xmodule
[report]
ignore_errors = True

View File

@@ -1,6 +1,7 @@
# .coveragerc for lms
[run]
data_file = reports/lms/.coverage
source = lms
[report]
ignore_errors = True