Skip to content

Commit 04545ef

Browse files
authored
Merge pull request #87 from git-stunts/release/v17.0.0-final-coverage-ratchet
test: finalize v17 coverage ratchet
2 parents f98419d + e049fc0 commit 04545ef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/release-preflight.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ fi
9393

9494
# ── 7. Unit tests ────────────────────────────────────────────────────────────
9595
echo "Tests:"
96-
if npm run test:coverage --silent 2>/dev/null; then
97-
pass "unit tests + coverage ratchet"
96+
if npm run test:coverage:ci --silent 2>/dev/null; then
97+
pass "unit tests + coverage threshold"
9898
else
9999
fail "unit test or coverage failures"
100100
fi

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
include: ['src/**/*.ts'],
3030
exclude: ['src/ports/**/*.ts', 'src/**/*.d.ts'],
3131
thresholds: {
32-
lines: 91.87,
32+
lines: 91.90,
3333
autoUpdate: shouldAutoUpdateCoverageRatchet(),
3434
},
3535
},

0 commit comments

Comments
 (0)