Skip to content

proc macro for handlers requiring theme scope

730a6b5
Select commit
Loading
Failed to load commit list.
Open

Dark mode #335

proc macro for handlers requiring theme scope
730a6b5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 7, 2026 in 0s

35.54% (-0.62%) compared to a212ec5

View this Pull Request on Codecov

35.54% (-0.62%) compared to a212ec5

Details

Codecov Report

❌ Patch coverage is 16.12903% with 52 lines in your changes missing coverage. Please review.
✅ Project coverage is 35.54%. Comparing base (a212ec5) to head (730a6b5).

Files with missing lines Patch % Lines
pointercrate-core/src/theme.rs 0.00% 16 Missing ⚠️
...ointercrate-demonlist-pages/src/statsviewer/mod.rs 0.00% 10 Missing ⚠️
pointercrate-core-pages/src/navigation.rs 0.00% 4 Missing ⚠️
pointercrate-user-pages/src/login.rs 0.00% 4 Missing ⚠️
pointercrate-user-pages/src/register.rs 0.00% 4 Missing ⚠️
pointercrate-core-api/src/theme.rs 0.00% 3 Missing ⚠️
pointercrate-user-pages/src/account/profile.rs 0.00% 3 Missing ⚠️
pointercrate-demonlist-pages/src/lib.rs 0.00% 2 Missing ⚠️
pointercrate-core-api/src/response.rs 0.00% 1 Missing ⚠️
pointercrate-core-pages/src/lib.rs 0.00% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #335      +/-   ##
==========================================
- Coverage   36.15%   35.54%   -0.62%     
==========================================
  Files         121      123       +2     
  Lines        5838     5942     +104     
==========================================
+ Hits         2111     2112       +1     
- Misses       3727     3830     +103     

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