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 6658a0e commit b4a9b89Copy full SHA for b4a9b89
docs/src/test_coverage.js
@@ -19,7 +19,7 @@ function progressBar(totals) {
19
var(--SKIP) ${skipPercentage}%`
20
)
21
+ (skipPercentage === 100 ? ")" : ", var(--FAIL) 0)");
22
-
+
23
const progress = document.createElement("div");
24
progress.className = "progress"
25
progress.innerHTML = `
@@ -74,7 +74,7 @@ function parse_result(parent, obj) {
74
return totals;
75
}
76
77
-fetch("https://raw.githubusercontent.com/uutils/coreutils-tracking/main/gnu-full-result.json")
+fetch("https://raw.githubusercontent.com/uutils/coreutils-tracking/main/aggregated-result.json")
78
.then((r) => r.json())
79
.then((obj) => {
80
let parent = document.getElementById("test-cov");
0 commit comments