Skip to content

Commit 0c75419

Browse files
handrewsralfhandl
andauthored
Update scripts/schema-test-coverage.mjs
Co-authored-by: Ralf Handl <[email protected]>
1 parent 20eec3a commit 0c75419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/schema-test-coverage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,5 +200,5 @@ console.log(
200200
(allocations.length - notCovered.length),
201201
"of",
202202
allLocations.length,
203-
"(" + Math.floor((visitedLocations.size / allLocations.length) * 100) + "%)",
203+
"(" + Math.floor(((allocations.length - notCovered.length) / allLocations.length) * 100) + "%)",
204204
);

0 commit comments

Comments
 (0)