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

Display grades when viewing person #44

Merged
merged 5 commits into from
Mar 21, 2024

Conversation

amanzainal
Copy link

Closes #27

image

@amanzainal amanzainal added this to the v1.2 milestone Mar 21, 2024
@amanzainal amanzainal self-assigned this Mar 21, 2024
Copy link

codecov bot commented Mar 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 75.19%. Comparing base (674e499) to head (4453b90).

Files Patch % Lines
src/main/java/seedu/address/ui/PersonCard.java 0.00% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #44      +/-   ##
============================================
- Coverage     75.40%   75.19%   -0.22%     
  Complexity      433      433              
============================================
  Files            73       73              
  Lines          1403     1407       +4     
  Branches        135      135              
============================================
  Hits           1058     1058              
- Misses          310      314       +4     
  Partials         35       35              

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

Copy link

@joelgoh1 joelgoh1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@joelgoh1 joelgoh1 merged commit f343775 into AY2324S2-CS2103-F08-4:master Mar 21, 2024
3 of 5 checks passed
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.

As a tutor, I want to be able to view my student's information.
2 participants