Skip to content

Commit b4a9b89

Browse files
authored
docs: fix url of file with coverage results (#7528)
1 parent 6658a0e commit b4a9b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/test_coverage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function progressBar(totals) {
1919
var(--SKIP) ${skipPercentage}%`
2020
)
2121
+ (skipPercentage === 100 ? ")" : ", var(--FAIL) 0)");
22-
22+
2323
const progress = document.createElement("div");
2424
progress.className = "progress"
2525
progress.innerHTML = `
@@ -74,7 +74,7 @@ function parse_result(parent, obj) {
7474
return totals;
7575
}
7676

77-
fetch("https://raw.githubusercontent.com/uutils/coreutils-tracking/main/gnu-full-result.json")
77+
fetch("https://raw.githubusercontent.com/uutils/coreutils-tracking/main/aggregated-result.json")
7878
.then((r) => r.json())
7979
.then((obj) => {
8080
let parent = document.getElementById("test-cov");

0 commit comments

Comments
 (0)