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 test cases v1.4 #271

Merged
merged 11 commits into from
Apr 6, 2023
Merged

Conversation

laihuiqi
Copy link

@laihuiqi laihuiqi commented Apr 5, 2023

  • logic / commands
    ** Clear, ClearBy, Delete, Exit, Revert, RevertAll, task package
  • logic / parser
    ** ClearBy, Delete, task package
  • model / tag
    ** TaskType
  • testutils
    ** task, note, todo
  • ui
    ** uiPart

@laihuiqi laihuiqi added the test case Test case label Apr 5, 2023
@laihuiqi laihuiqi added this to the v1.4 milestone Apr 5, 2023
@laihuiqi laihuiqi self-assigned this Apr 5, 2023
@laihuiqi laihuiqi linked an issue Apr 5, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Apr 5, 2023

Codecov Report

Patch coverage: 30.00% and project coverage change: +5.91 🎉

Comparison is base (b7d713a) 25.94% compared to head (62efb9e) 31.85%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #271      +/-   ##
============================================
+ Coverage     25.94%   31.85%   +5.91%     
- Complexity      481      595     +114     
============================================
  Files           192      192              
  Lines          4807     4809       +2     
  Branches        602      603       +1     
============================================
+ Hits           1247     1532     +285     
+ Misses         3409     3115     -294     
- Partials        151      162      +11     
Impacted Files Coverage Δ
...a/seedu/address/logic/commands/ClearByCommand.java 91.04% <ø> (ø)
...u/address/logic/commands/task/FindTaskCommand.java 66.66% <ø> (+33.33%) ⬆️
.../logic/commands/task/todo/EditDeadlineCommand.java 82.75% <ø> (+55.17%) ⬆️
...va/seedu/address/logic/parser/task/TaskParser.java 80.95% <ø> (ø)
...rc/main/java/seedu/address/model/tag/TaskType.java 100.00% <ø> (+28.57%) ⬆️
.../seedu/address/model/task/ApplicationDeadline.java 58.33% <ø> (+8.33%) ⬆️
...s/model/task/ContentContainsKeywordsPredicate.java 71.42% <ø> (+28.57%) ⬆️
src/main/java/seedu/address/model/task/Note.java 68.75% <ø> (+21.87%) ⬆️
...ain/java/seedu/address/model/task/NoteContent.java 70.00% <ø> (+20.00%) ⬆️
.../java/seedu/address/model/task/UniqueNoteList.java 43.90% <ø> (+21.95%) ⬆️
... and 18 more

... and 24 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@laihuiqi laihuiqi merged commit 912e37b into AY2223S2-CS2103T-W15-4:master Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test case Test case
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test cases v1.4
1 participant