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

Update Help Command to display within the application #53

Closed
wants to merge 6 commits into from

Conversation

ejnan
Copy link

@ejnan ejnan commented Mar 28, 2024

Closes #37

Copy link

codecov bot commented Mar 28, 2024

Codecov Report

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

Project coverage is 76.24%. Comparing base (7e024e1) to head (74d7e9f).
Report is 122 commits behind head on master.

❗ Current head 74d7e9f differs from pull request most recent head 3321cf0. Consider uploading reports for the commit 3321cf0 to get more accurate results

Files Patch % Lines
src/main/java/seedu/address/ui/MainWindow.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #53      +/-   ##
============================================
+ Coverage     75.26%   76.24%   +0.98%     
- Complexity      419      431      +12     
============================================
  Files            71       71              
  Lines          1338     1368      +30     
  Branches        126      133       +7     
============================================
+ Hits           1007     1043      +36     
+ Misses          301      288      -13     
- Partials         30       37       +7     

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

@ejnan ejnan closed this Mar 28, 2024
@ejnan
Copy link
Author

ejnan commented Mar 28, 2024

Messy branch with new test cases and reverting back to initial commit - created new branch

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 new user, I can access the user guide through the app easily
1 participant