WIP for quieter tests with coverage.
This commit is contained in:
committed by
Calen Pennington
parent
7eb196df38
commit
90e3386751
9
common/lib/capa/.coveragerc
Normal file
9
common/lib/capa/.coveragerc
Normal file
@@ -0,0 +1,9 @@
|
||||
# .coveragerc for common/lib/capa
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
||||
[html]
|
||||
directory = reports/common/lib/capa/cover
|
||||
|
||||
[xml]
|
||||
output = reports/common/lib/capa/coverage.xml
|
||||
9
common/lib/xmodule/.coveragerc
Normal file
9
common/lib/xmodule/.coveragerc
Normal file
@@ -0,0 +1,9 @@
|
||||
# .coveragerc for common/lib/xmodule
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
||||
[html]
|
||||
directory = reports/common/xmodule/capa/cover
|
||||
|
||||
[xml]
|
||||
output = reports/common/lib/xmodule/coverage.xml
|
||||
Reference in New Issue
Block a user