There was an error while loading. Please reload this page.
1 parent 66bbc97 commit 286ca37Copy full SHA for 286ca37
1 file changed
ietf/settings.py
@@ -286,8 +286,8 @@ def skip_unreadable_post(record):
286
"ietf/utils/test_runner.py",
287
]
288
289
-TEST_COVERAGE_MASTER_FILE = "release-coverage.json"
290
-TEST_COVERAGE_LATEST_FILE = "latest-coverage.json"
+TEST_COVERAGE_MASTER_FILE = os.path.join(BASE_DIR, "../release-coverage.json")
+TEST_COVERAGE_LATEST_FILE = os.path.join(BASE_DIR, "../latest-coverage.json")
291
292
TEST_CODE_COVERAGE_CHECKER = None
293
if SERVER_MODE != 'production':
0 commit comments