Skip to content

Commit eee4d20

Browse files
authored
Merge pull request OAI#4709 from OAI/main
dev: update from main
2 parents fec632d + 1873c23 commit eee4d20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/schema-test-coverage.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ if (notCovered.length > 0) {
197197

198198
console.log(
199199
"Covered:",
200-
(allocations.length - notCovered.length),
200+
(allLocations.length - notCovered.length),
201201
"of",
202202
allLocations.length,
203-
"(" + Math.floor(((allocations.length - notCovered.length) / allLocations.length) * 100) + "%)",
203+
"(" + Math.floor(((allLocations.length - notCovered.length) / allLocations.length) * 100) + "%)",
204204
);

0 commit comments

Comments
 (0)