You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds test:coverage script (bun test --coverage) and replaces the
plain test step in CI with a coverage run + inline Node assertion.
Prevents silent regressions — coverage was only documented in
CHANGELOG prose before this.
0 commit comments