Skip to content

Commit 1667c0a

Browse files
committed
docs: track coverage follow-up
1 parent 023bcc8 commit 1667c0a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/audits/_meta/verification-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Local checks completed during the refresh:
2727
| `node --input-type=module -e 'await import("oc-codex-multi-auth"); await import("oc-codex-multi-auth/tui");'` | Passed; main default export resolved as a function and TUI export exposed `default` plus `shouldRefreshQuotaForEvent` |
2828
| `node node_modules\oc-codex-multi-auth\scripts\install-oc-codex-multi-auth.js --dry-run --no-cache-clear` | Passed against a temp HOME; only dry-run writes/removals were reported |
2929

30-
Coverage note: the previous 80% global branch and 70% `index.ts` branch thresholds were aspirational and failed against the refreshed baseline. The executable gate now keeps 80% global floors for statements/functions/lines, 70% global branch coverage, and calibrated legacy `index.ts` floors while tracking branch-coverage increases as follow-up work.
30+
Coverage note: the previous 80% global branch and 70% `index.ts` branch thresholds were aspirational and failed against the refreshed baseline. The executable gate now keeps 80% global floors for statements/functions/lines, 70% global branch coverage, and calibrated legacy `index.ts` floors while tracking branch-coverage increases in issue #149.

vitest.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ export default defineConfig({
2828
// Per-file coverage floor for the production source tree. Set below the
2929
// global average so legitimate low-coverage utility files do not block
3030
// work, while still catching regressions where a single file drops
31-
// sharply. Raise these once individual modules stabilise.
31+
// sharply. Track increases in
32+
// https://github.com/ndycode/oc-codex-multi-auth/issues/149.
3233
'lib/**/*.ts': {
3334
statements: 70,
3435
branches: 70,

0 commit comments

Comments
 (0)