Skip to content

Feat/pro preorder#357

Merged
dishit-wednesday merged 11 commits into
mainfrom
feat/pro-preorder
May 15, 2026
Merged

Feat/pro preorder#357
dishit-wednesday merged 11 commits into
mainfrom
feat/pro-preorder

fix: address review comments - move URL and features to constants, fi…

9a65396
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 15, 2026 in 0s

82.86% (target 80.00%)

View this Pull Request on Codecov

82.86% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 51.85185% with 39 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.86%. Comparing base (6cd06f1) to head (9a65396).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/screens/ProDetailScreen/index.tsx 23.07% 10 Missing ⚠️
src/screens/AboutScreen.tsx 33.33% 8 Missing ⚠️
src/components/ProAhaSheet.tsx 25.00% 6 Missing ⚠️
src/utils/proPrompt.ts 73.91% 2 Missing and 4 partials ⚠️
src/screens/ChatScreen/index.tsx 58.33% 5 Missing ⚠️
src/screens/SettingsScreen.tsx 33.33% 2 Missing ⚠️
...creens/DownloadManagerScreen/useDownloadManager.ts 0.00% 1 Missing ⚠️
src/stores/appStore.ts 50.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #357      +/-   ##
==========================================
- Coverage   83.08%   82.86%   -0.23%     
==========================================
  Files         231      235       +4     
  Lines       11929    12003      +74     
  Branches     3272     3279       +7     
==========================================
+ Hits         9911     9946      +35     
- Misses       1165     1200      +35     
- Partials      853      857       +4     
Files with missing lines Coverage Δ
src/components/MadeWithLove.tsx 100.00% <ø> (ø)
src/services/generationService.ts 97.01% <100.00%> (+0.02%) ⬆️
src/services/imageGenerationService.ts 92.25% <100.00%> (+0.69%) ⬆️
...creens/DownloadManagerScreen/useDownloadManager.ts 44.69% <0.00%> (-0.26%) ⬇️
src/stores/appStore.ts 82.75% <50.00%> (-0.78%) ⬇️
src/screens/SettingsScreen.tsx 55.31% <33.33%> (-2.46%) ⬇️
src/screens/ChatScreen/index.tsx 65.51% <58.33%> (-1.15%) ⬇️
src/components/ProAhaSheet.tsx 25.00% <25.00%> (ø)
src/utils/proPrompt.ts 73.91% <73.91%> (ø)
src/screens/AboutScreen.tsx 33.33% <33.33%> (ø)
... and 1 more

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.