Name coverage data files so they won't overwrite each other.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# .coveragerc for edx-platform
|
||||
[run]
|
||||
data_file = reports/.coverage
|
||||
data_file = reports/${TEST_SUITE}.coverage
|
||||
source =
|
||||
cms
|
||||
common/djangoapps
|
||||
|
||||
Reference in New Issue
Block a user