1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

docs: fix url of file with coverage results (#7528)

This commit is contained in:
Daniel Hofstetter 2025-03-22 17:11:26 +01:00 committed by GitHub
parent 6658a0e610
commit b4a9b89f4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ function parse_result(parent, obj) {
return totals; return totals;
} }
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")
.then((r) => r.json()) .then((r) => r.json())
.then((obj) => { .then((obj) => {
let parent = document.getElementById("test-cov"); let parent = document.getElementById("test-cov");