[PR #7594] [CLOSED] chore: improve test coverage #15675

Closed
opened 2026-04-13 10:10:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/7594
Author: @Bekacru
Created: 1/24/2026
Status: Closed

Base: canaryHead: chore/coverage


📝 Commits (3)

📊 Changes

14 files changed (+65 additions, -33 deletions)

View changed files

📝 package.json (+1 -1)
📝 packages/better-auth/package.json (+1 -1)
📝 packages/cli/package.json (+1 -1)
📝 packages/core/package.json (+1 -1)
📝 packages/expo/package.json (+1 -1)
📝 packages/i18n/package.json (+1 -1)
📝 packages/oauth-provider/package.json (+1 -1)
📝 packages/passkey/package.json (+1 -1)
📝 packages/scim/package.json (+1 -1)
📝 packages/sso/package.json (+1 -1)
📝 packages/stripe/package.json (+1 -1)
📝 pnpm-lock.yaml (+52 -20)
📝 pnpm-workspace.yaml (+1 -1)
📝 test/package.json (+1 -1)

📄 Description

Summary by cubic

Switched Vitest coverage from Istanbul to V8 across the monorepo to improve reliability and performance. Updated coverage scripts and the workspace catalog to use @vitest/coverage-v8.

  • Dependencies
    • Replaced @vitest/coverage-istanbul with @vitest/coverage-v8 in the root and pnpm-workspace catalog.
    • Updated all coverage scripts to use --coverage.provider=v8.

Written for commit c1f5d81a52. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/7594 **Author:** [@Bekacru](https://github.com/Bekacru) **Created:** 1/24/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `chore/coverage` --- ### 📝 Commits (3) - [`73f0eaf`](https://github.com/better-auth/better-auth/commit/73f0eafb2fcc5d974daafdda45ab581140cc4619) chore: improve coverage - [`3a69f8e`](https://github.com/better-auth/better-auth/commit/3a69f8ec15dd1da6545747671f703c4168ab403e) chore: fix lockfile - [`c1f5d81`](https://github.com/better-auth/better-auth/commit/c1f5d81a524471676cd0eab994ef76cbad655ae5) chore: cli ### 📊 Changes **14 files changed** (+65 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `packages/better-auth/package.json` (+1 -1) 📝 `packages/cli/package.json` (+1 -1) 📝 `packages/core/package.json` (+1 -1) 📝 `packages/expo/package.json` (+1 -1) 📝 `packages/i18n/package.json` (+1 -1) 📝 `packages/oauth-provider/package.json` (+1 -1) 📝 `packages/passkey/package.json` (+1 -1) 📝 `packages/scim/package.json` (+1 -1) 📝 `packages/sso/package.json` (+1 -1) 📝 `packages/stripe/package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+52 -20) 📝 `pnpm-workspace.yaml` (+1 -1) 📝 `test/package.json` (+1 -1) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Switched Vitest coverage from Istanbul to V8 across the monorepo to improve reliability and performance. Updated coverage scripts and the workspace catalog to use @vitest/coverage-v8. - **Dependencies** - Replaced @vitest/coverage-istanbul with @vitest/coverage-v8 in the root and pnpm-workspace catalog. - Updated all coverage scripts to use --coverage.provider=v8. <sup>Written for commit c1f5d81a524471676cd0eab994ef76cbad655ae5. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 10:10:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#15675