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

Add grades page #170

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Add grades page #170

wants to merge 11 commits into from

Conversation

vyPal
Copy link
Contributor

@vyPal vyPal commented Nov 17, 2024

Description

Adds a new page displaying the user's grades

Fixes #33

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test coverage

Test Configuration:

  • OS and version:
  • Hardware (or VM):
  • API (version/selfhosted):

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link

codecov bot commented Nov 17, 2024

Codecov Report

Attention: Patch coverage is 63.18681% with 67 lines in your changes missing coverage. Please review.

Project coverage is 65.50%. Comparing base (1df6477) to head (33b2be6).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
lib/create_message.dart 0.00% 17 Missing ⚠️
lib/grades.dart 0.00% 17 Missing ⚠️
lib/main.dart 7.14% 13 Missing ⚠️
lib/api.dart 91.17% 9 Missing ⚠️
lib/home.dart 80.76% 5 Missing ⚠️
lib/icanteen_setup.dart 0.00% 4 Missing ⚠️
lib/messages.dart 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #170       +/-   ##
===========================================
+ Coverage   54.81%   65.50%   +10.69%     
===========================================
  Files          15       15               
  Lines        2076     2218      +142     
===========================================
+ Hits         1138     1453      +315     
+ Misses        938      765      -173     

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

@vyPal vyPal mentioned this pull request Nov 19, 2024
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.

Grades page
1 participant