fix: actually get all reports
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7a6e83f035
commit
a852fa7998
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -115,7 +115,7 @@ async function recurseDirectory(reports, path) {
|
|||
else {
|
||||
if (!file.name.endsWith(".html")) continue;
|
||||
const content = await readFile(filePath, "utf-8");
|
||||
reports[path] = await processFile(content);
|
||||
reports[filePath] = await processFile(content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue