chore: remove .gz from coverage file path in settings
This commit is contained in:
parent
82cbf05c3f
commit
cb3177efb9
|
@ -601,7 +601,7 @@ TEST_TEMPLATE_IGNORE = [
|
|||
"500.html" # isn't loaded by regular loader, but checked by test_500_page()
|
||||
]
|
||||
|
||||
TEST_COVERAGE_MASTER_FILE = os.path.join(BASE_DIR, "../release-coverage.json.gz")
|
||||
TEST_COVERAGE_MASTER_FILE = os.path.join(BASE_DIR, "../release-coverage.json")
|
||||
TEST_COVERAGE_LATEST_FILE = os.path.join(BASE_DIR, "../latest-coverage.json")
|
||||
|
||||
TEST_CODE_COVERAGE_CHECKER = None
|
||||
|
|
Loading…
Reference in a new issue