We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacca29 commit 2f0bf08Copy full SHA for 2f0bf08
frontend/src/common.js
@@ -137,7 +137,7 @@ export async function getZeroCoverageData() {
137
}
138
139
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"
+ "https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/project.relman.code-coverage.production.cron.latest/artifacts/public/zero_coverage_report.json"
141
);
142
data = await response.json();
143
0 commit comments