Skip to content

fix: restore vitest 5 coverage excludes for tests/ - #77

Merged
veillette merged 1 commit into
mainfrom
chore/vitest5-coverage-exclude
Sep 8, 2026
Merged

fix: restore vitest 5 coverage excludes for tests/#77
veillette merged 1 commit into
mainfrom
chore/vitest5-coverage-exclude

Conversation

@veillette

Copy link
Copy Markdown
Contributor

Summary

After the Vitest 5 bump, coverage started including tests/ (and mocks) because bare tests/ exclude paths no longer match. Switch to **/tests/**-style globs so thresholds reflect library code again.

Test plan

  • npm run test:coverage passes
  • CI Test & Coverage job passes

Made with Cursor

Bare tests/ exclude paths no longer match under vitest 5, so mocks
were counted and tripped coverage thresholds after the v5 bump.

Co-authored-by: Cursor <cursoragent@cursor.com>
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@veillette
veillette merged commit 54d74c6 into main Sep 8, 2026
6 of 7 checks passed
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