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 add command parser test #55

Merged
merged 7 commits into from
Oct 26, 2020

Conversation

Liu-2001
Copy link

No description provided.

@Liu-2001 Liu-2001 added this to the V1.2 milestone Oct 19, 2020
@codecov-io
Copy link

codecov-io commented Oct 19, 2020

Codecov Report

Merging #55 into v1.3 will increase coverage by 0.51%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               v1.3      #55      +/-   ##
============================================
+ Coverage     60.16%   60.68%   +0.51%     
- Complexity      513      518       +5     
============================================
  Files           100      100              
  Lines          1928     1928              
  Branches        197      197              
============================================
+ Hits           1160     1170      +10     
+ Misses          677      672       -5     
+ Partials         91       86       -5     
Impacted Files Coverage Δ Complexity Δ
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (+16.66%) 4.00 <0.00> (+1.00)
...in/java/seedu/address/model/exercise/Exercise.java 75.00% <100.00%> (ø) 12.00 <0.00> (ø)
...in/java/seedu/address/logic/parser/ParserUtil.java 93.75% <0.00%> (+12.50%) 24.00% <0.00%> (+4.00%)

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 2845e1c...79569b5. Read the comment docs.

@Liu-2001 Liu-2001 removed this from the V1.2 milestone Oct 19, 2020
@Liu-2001 Liu-2001 linked an issue Oct 19, 2020 that may be closed by this pull request
@Liu-2001 Liu-2001 changed the base branch from v1.2 to v1.3 October 19, 2020 09:26
@leeweiminsg leeweiminsg merged commit 559ed63 into AY2021S1-CS2103T-W17-2:v1.3 Oct 26, 2020
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.

Implement parser tests
3 participants