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

feat(website): Add TA mode #3875

Merged
merged 30 commits into from
Jan 3, 2025

Remove unnecessary code

6c07267
Select commit
Loading
Failed to load commit list.
Merged

feat(website): Add TA mode #3875

Remove unnecessary code
6c07267
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 3, 2025 in 0s

54.81% (+0.29%) compared to 988c6fd

View this Pull Request on Codecov

54.81% (+0.29%) compared to 988c6fd

Details

Codecov Report

Attention: Patch coverage is 59.90991% with 89 lines in your changes missing coverage. Please review.

Project coverage is 54.81%. Comparing base (988c6fd) to head (6c07267).
Report is 57 commits behind head on master.

Files with missing lines Patch % Lines
website/src/views/timetable/TimetableContent.tsx 36.73% 31 Missing ⚠️
website/src/utils/timetables.ts 62.74% 19 Missing ⚠️
website/src/reducers/timetables.ts 77.50% 9 Missing ⚠️
website/src/actions/timetables.ts 57.89% 8 Missing ⚠️
...site/src/views/timetable/TimetableModulesTable.tsx 30.00% 7 Missing ⚠️
website/src/actions/export.ts 0.00% 5 Missing ⚠️
website/src/views/timetable/TimetableCell.tsx 28.57% 5 Missing ⚠️
website/src/views/timetable/TimetableContainer.tsx 50.00% 4 Missing ⚠️
website/src/entry/export/TimetableOnly.tsx 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3875      +/-   ##
==========================================
+ Coverage   54.52%   54.81%   +0.29%     
==========================================
  Files         274      276       +2     
  Lines        6076     6299     +223     
  Branches     1455     1533      +78     
==========================================
+ Hits         3313     3453     +140     
- Misses       2763     2846      +83     

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