Skip to content

Commit 2f0bf08

Browse files
La0sylvestre
authored andcommitted
frontend: Update zero coverage route, fixes #296 (#297)
1 parent aacca29 commit 2f0bf08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export async function getZeroCoverageData() {
137137
}
138138

139139
const response = await fetch(
140-
"https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/project.releng.services.project.production.code_coverage_bot.latest/artifacts/public/zero_coverage_report.json"
140+
"https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.relman.code-coverage.production.cron.latest/artifacts/public/zero_coverage_report.json"
141141
);
142142
data = await response.json();
143143

0 commit comments

Comments
 (0)