Name coverage data files so they won't overwrite each other.

This commit is contained in:
Ned Batchelder
2019-07-16 07:05:53 -04:00
parent c8c39c613d
commit 12ca7b8ab7
3 changed files with 13 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
# .coveragerc for edx-platform
[run]
data_file = reports/.coverage
data_file = reports/${TEST_SUITE}.coverage
source =
cms
common/djangoapps