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.
2 parents fec632d + 1873c23 commit eee4d20Copy full SHA for eee4d20
scripts/schema-test-coverage.mjs
@@ -197,8 +197,8 @@ if (notCovered.length > 0) {
197
198
console.log(
199
"Covered:",
200
- (allocations.length - notCovered.length),
+ (allLocations.length - notCovered.length),
201
"of",
202
allLocations.length,
203
- "(" + Math.floor(((allocations.length - notCovered.length) / allLocations.length) * 100) + "%)",
+ "(" + Math.floor(((allLocations.length - notCovered.length) / allLocations.length) * 100) + "%)",
204
);
0 commit comments