Make coverage reports only include code from the source directories
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# .coveragerc for cms
|
||||
[run]
|
||||
data_file = reports/cms/.coverage
|
||||
source = cms
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# .coveragerc for lms
|
||||
[run]
|
||||
data_file = reports/lms/.coverage
|
||||
source = lms
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
||||
Reference in New Issue
Block a user