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 20eec3a commit 0c75419Copy full SHA for 0c75419
scripts/schema-test-coverage.mjs
@@ -200,5 +200,5 @@ console.log(
200
(allocations.length - notCovered.length),
201
"of",
202
allLocations.length,
203
- "(" + Math.floor((visitedLocations.size / allLocations.length) * 100) + "%)",
+ "(" + Math.floor(((allocations.length - notCovered.length) / allLocations.length) * 100) + "%)",
204
);
0 commit comments