Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor data fetching to use browser timezone, remove server rendering #110

Merged
merged 12 commits into from
Nov 15, 2024

Fix "unknown" site id issue

870bc1a
Select commit
Loading
Failed to load commit list.
Merged

Refactor data fetching to use browser timezone, remove server rendering #110

Fix "unknown" site id issue
870bc1a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 14, 2024 in 0s

77.66% (target 0.00%)

View this Pull Request on Codecov

77.66% (target 0.00%)

Details

Codecov Report

Attention: Patch coverage is 72.05882% with 95 lines in your changes missing coverage. Please review.

Project coverage is 77.66%. Comparing base (56518f8) to head (870bc1a).

Files with missing lines Patch % Lines
app/lib/utils.ts 41.53% 38 Missing ⚠️
app/routes/resources.timeseries.tsx 67.32% 33 Missing ⚠️
app/routes/resources.stats.tsx 83.14% 15 Missing ⚠️
app/components/TimeSeriesChart.tsx 18.18% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #110      +/-   ##
==========================================
- Coverage   80.26%   77.66%   -2.61%     
==========================================
  Files          29       31       +2     
  Lines        2954     3138     +184     
  Branches      201      217      +16     
==========================================
+ Hits         2371     2437      +66     
- Misses        575      693     +118     
  Partials        8        8              

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