[PR #3840] [CLOSED] test: enable code coverage for CI #5041

Closed
opened 2026-03-13 12:08:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3840
Author: @himself65
Created: 8/6/2025
Status: Closed

Base: canaryHead: himself65/2025/08/06/coverage


📝 Commits (5)

📊 Changes

4 files changed (+118 additions, -1 deletions)

View changed files

📝 .github/workflows/ci.yml (+7 -1)
📝 package.json (+1 -0)
packages/better-auth/vitest.config.ts (+10 -0)
📝 pnpm-lock.yaml (+100 -0)

📄 Description

Summary by cubic

Enabled code coverage reporting in CI using Vitest and the v8 provider.

  • Dependencies

    • Added @vitest/coverage-v8 to devDependencies.
  • CI Updates

    • Updated workflow to run tests with coverage and report results on pull requests.

🔄 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/3840 **Author:** [@himself65](https://github.com/himself65) **Created:** 8/6/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `himself65/2025/08/06/coverage` --- ### 📝 Commits (5) - [`269bddb`](https://github.com/better-auth/better-auth/commit/269bddb72144c4a1169623448f59a1db412a3a89) test: enable code coverage for CI - [`75d12d3`](https://github.com/better-auth/better-auth/commit/75d12d398a1f133c4b1a63c8122df1d08edf03fe) revert - [`451176d`](https://github.com/better-auth/better-auth/commit/451176d0dc2f6f8b98d988b51594d0b666059f28) fix: lint - [`4d21b77`](https://github.com/better-auth/better-auth/commit/4d21b778c7c01494f478b4c4640bb2d8b91d90b5) Update ci.yml - [`0c7d974`](https://github.com/better-auth/better-auth/commit/0c7d974037ecdb30783c74103d5470c14f489f4b) fix: schema ### 📊 Changes **4 files changed** (+118 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+7 -1) 📝 `package.json` (+1 -0) ➕ `packages/better-auth/vitest.config.ts` (+10 -0) 📝 `pnpm-lock.yaml` (+100 -0) </details> ### 📄 Description <!-- This is an auto-generated description by cubic. --> ## Summary by cubic Enabled code coverage reporting in CI using Vitest and the v8 provider. - **Dependencies** - Added @vitest/coverage-v8 to devDependencies. - **CI Updates** - Updated workflow to run tests with coverage and report results on pull requests. <!-- 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-03-13 12:08:57 -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#5041