test: weekly coverage improvement 2026-06-21#80
Merged
Conversation
- Added tests for 5 previously untested files: comments, nudges, cronAuth, onboarding, partnerships - Extended streaks tests with formatDateInTimezone, getHourInTimezone, getActivityHeatmap coverage - Extended supabase-mock with or/limit/upsert chain methods - 78 new tests (187 → 265), all passing - Statement coverage: 79.86% → 89.56% Co-Authored-By: Claude Scheduled Task <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Scheduled Task <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly Test Coverage
Automated PR from the scheduled coverage task.
What changed
lib/comments.js— 0% → 100%lib/nudges.js— 0% → 100%lib/cronAuth.js— 0% → 92.3%lib/onboarding.js— 0% → 91.07%lib/partnerships.js— 0% → 91.66%lib/streaks.jsextended from 49% → 91.5% (addedformatDateInTimezone,getHourInTimezone,getActivityHeatmaptests)or,limit,upsertchain methods (unblockingpartnerships.jsandonboarding.jswhich were deferred last time)Coverage improvement
Full report:
docs/reports/coverage-2026-06-21.mdTest results
All 265 tests pass. No source files were modified.
Scope
Tests follow the existing Vitest + happy-dom conventions in
tests/unit/lib/. React components, context providers, animation presets, and Supabase client config are out of scope.Generated by Claude Code