Skip to content

chore: drop --coverage from test script to align with workspace - #5

Open
mattgle wants to merge 1 commit into
devfrom
chore/align-test-script-with-workspace
Open

mattgle wants to merge 1 commit into
devfrom
chore/align-test-script-with-workspace

Conversation

@mattgle

@mattgle mattgle commented Apr 29, 2026

Copy link
Copy Markdown

Prover was the only @railgun-reloaded/* package passing --coverage to brittle, so every npm test run emitted a coverage/ directory (also not gitignored, so it leaked into git status).

No other workspace package generates coverage reports today, and no published consumer reads the prover-only output. Aligning the test script with bytes / storage / wallet-node / balance-scanner.

If coverage becomes a workspace-wide concern later, it should land uniformly — probably as a separate test:coverage script across packages — rather than in one outlier.

Prover was the only @railgun-reloaded package passing --coverage to
brittle, which caused every `npm test` run to emit a `coverage/`
directory (and the dir wasn't gitignored, so it polluted `git status`).

No other workspace package generates coverage reports today, and there
is no published consumer of the prover-only report. Removing the flag
brings the test script in line with bytes / storage / wallet-node /
balance-scanner.

If a future need for coverage emerges, it should be applied uniformly
across the workspace (probably as a separate `test:coverage` script
across packages) rather than in one outlier.
@mattgle
mattgle requested a review from bhflm April 29, 2026 13:31
@mattgle mattgle self-assigned this Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant