test: weekly coverage improvement 2026-05-31#77
Open
vayungodara wants to merge 3 commits into
Open
Conversation
- Expanded streaks.test.js (formatDateInTimezone, getHourInTimezone, getActivityHeatmap) - New tests: comments, cronAuth, email, nudges, onboarding, partnerships - Extended supabase mock with or/limit/upsert chain methods - 86 new tests (187 → 273), all passing Co-Authored-By: Claude Scheduled Task <noreply@anthropic.com> https://claude.ai/code/session_01YTEQcwBVNSwrWoTwiCDEg7
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- cronAuth: save/restore individual env var instead of replacing process.env - streaks: accept both 0 and 24 for midnight hour (ICU version difference) - onboarding: use static mock instead of vi.importActual for gamification https://claude.ai/code/session_01YTEQcwBVNSwrWoTwiCDEg7
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 Sunday coverage task.
What changed
comments.js,cronAuth.js,email.js,nudges.js,onboarding.js,partnerships.jsstreaks.test.jswith 12 new tests forformatDateInTimezone,getHourInTimezone,getActivityHeatmaptests/setup/supabase-mock.js) withor,limit,upsert,lte,gt,ltchain methodsCoverage improvements
Key file improvements:
streaks.js: 49% → 92.45%comments.js: 0% → 100%nudges.js: 0% → 100%email.js: 0% → 95.23%cronAuth.js: 0% → 92.3%partnerships.js: 0% → 91.66%onboarding.js: 0% → 78.57%Test results
All 273 tests pass. See
docs/reports/coverage-2026-05-31.mdfor full details.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.https://claude.ai/code/session_01YTEQcwBVNSwrWoTwiCDEg7
Generated by Claude Code