Skip to content

Conversation

@Gregory711
Copy link
Contributor

Checklist for completing pull request:

  • Update Changelog.json if any functionality has been changed for the end user.
  • Test functionality on Mobile and Web
  • Verify that any tests for new functionality are created and functional.
  • SudokuBoard state should only directly be updated in SudokuBoard.tsx file (usage of setSudokuBoard() function)
  • If needed, update the Readme

@coderabbitai
Copy link

coderabbitai bot commented Aug 18, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch updateThemes

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Aug 18, 2025

🚀 Expo preview is ready!

  • Project → sudokuru
  • Platforms → android, ios
  • Scheme → sudokuru
  • Runtime Version → 0.0.0
  • More info

Learn more about 𝝠 Expo Github Action

@github-actions
Copy link

github-actions bot commented Aug 18, 2025

Test Results

201 tests  ±0   195 ✅  - 6   14m 41s ⏱️ + 7m 22s
 13 suites ±0     0 💤 ±0 
  1 files   ±0     6 ❌ +6 

For more details on these failures, see this check.

Results for commit a884ec9. ± Comparison against base commit a68b420.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Aug 18, 2025

Codecov Report

❌ Patch coverage is 92.78351% with 63 lines in your changes missing coverage. Please review.
✅ Project coverage is 90.09%. Comparing base (a68b420) to head (a884ec9).

Files with missing lines Patch % Lines
sudokuru/app/Components/Home/DrillPanel.tsx 5.88% 16 Missing ⚠️
sudokuru/app/Pages/DrillPage.tsx 18.18% 9 Missing ⚠️
sudokuru/app/Contexts/ThemeContext.tsx 90.47% 4 Missing and 4 partials ⚠️
...pp/Components/SudokuBoard/Core/Components/Hint.tsx 64.70% 2 Missing and 4 partials ⚠️
sudokuru/app/Pages/HomePage.tsx 72.22% 0 Missing and 5 partials ⚠️
...mponents/SudokuBoard/Core/Components/HeaderRow.tsx 55.55% 0 Missing and 4 partials ⚠️
sudokuru/app/Api/Theme.ts 70.00% 2 Missing and 1 partial ⚠️
...mponents/SudokuBoard/Core/Components/ActionRow.tsx 77.77% 1 Missing and 1 partial ⚠️
...onents/SudokuBoard/Core/Components/PauseButton.tsx 83.33% 1 Missing and 1 partial ⚠️
sudokuru/app/Pages/LearnPage.tsx 81.81% 0 Missing and 2 partials ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #373      +/-   ##
==========================================
- Coverage   90.35%   90.09%   -0.26%     
==========================================
  Files          62       65       +3     
  Lines        6271     6655     +384     
  Branches      134      156      +22     
==========================================
+ Hits         5666     5996     +330     
- Misses        471      503      +32     
- Partials      134      156      +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.

@sonarqubecloud
Copy link

@github-actions
Copy link

Preview Website for PR:
https://e61b06cb.sudokuru-dev.pages.dev

@Gregory711 Gregory711 linked an issue Oct 22, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix themes

2 participants