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

Created JUnit Test for the meeting parsers #272

Merged
merged 5 commits into from
Nov 1, 2020

Conversation

Christopher-LM
Copy link

Add, Delete, Find, Edit Meeting Parsers

@Christopher-LM Christopher-LM added this to the v1.4 milestone Nov 1, 2020
@Christopher-LM Christopher-LM self-assigned this Nov 1, 2020
@codecov-io
Copy link

codecov-io commented Nov 1, 2020

Codecov Report

Merging #272 into master will increase coverage by 2.10%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #272      +/-   ##
============================================
+ Coverage     65.42%   67.52%   +2.10%     
- Complexity     1244     1276      +32     
============================================
  Files           209      209              
  Lines          4425     4425              
  Branches        575      575              
============================================
+ Hits           2895     2988      +93     
+ Misses         1306     1202     -104     
- Partials        224      235      +11     
Impacted Files Coverage Δ Complexity Δ
...in/java/seedu/address/logic/parser/ParserUtil.java 84.05% <100.00%> (+7.24%) 17.00 <0.00> (ø)
...parser/meetingparser/EditMeetingCommandParser.java 70.00% <100.00%> (+70.00%) 6.00 <0.00> (+6.00)
...c/commands/meetingcommands/EditMeetingCommand.java 83.95% <0.00%> (+1.23%) 11.00% <0.00%> (ø%)
...c/main/java/seedu/address/model/meeting/Admin.java 75.00% <0.00%> (+8.33%) 8.00% <0.00%> (+1.00%)
...c/commands/meetingcommands/FindMeetingCommand.java 51.66% <0.00%> (+20.00%) 6.00% <0.00%> (ø%)
...del/meeting/BidderIdContainsKeywordsPredicate.java 37.50% <0.00%> (+37.50%) 2.00% <0.00%> (+2.00%)
...l/meeting/PropertyIdContainsKeywordsPredicate.java 37.50% <0.00%> (+37.50%) 2.00% <0.00%> (+2.00%)
.../logic/parser/meetingparser/MeetingParserUtil.java 42.85% <0.00%> (+42.85%) 1.00% <0.00%> (+1.00%)
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1c6642...9c1b373. Read the comment docs.

@munharsha munharsha merged commit 6272472 into AY2021S1-CS2103-W14-1:master Nov 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request type.Enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants