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

Implement Copy Command #155

Merged
merged 7 commits into from
Oct 26, 2020
Merged

Implement Copy Command #155

merged 7 commits into from
Oct 26, 2020

Conversation

jerrylchong
Copy link

fix #128

@jerrylchong jerrylchong added this to the v1.3b milestone Oct 24, 2020
@codecov-io
Copy link

codecov-io commented Oct 24, 2020

Codecov Report

Merging #155 into master will decrease coverage by 0.19%.
The diff coverage is 45.21%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #155      +/-   ##
============================================
- Coverage     50.72%   50.52%   -0.20%     
- Complexity      590      608      +18     
============================================
  Files           117      119       +2     
  Lines          2626     2741     +115     
  Branches        343      371      +28     
============================================
+ Hits           1332     1385      +53     
- Misses         1162     1205      +43     
- Partials        132      151      +19     
Impacted Files Coverage Δ Complexity Δ
.../seedu/address/logic/commands/AddLabelCommand.java 69.64% <ø> (ø) 11.00 <0.00> (ø)
...edu/address/logic/commands/DeleteLabelCommand.java 69.44% <ø> (ø) 10.00 <0.00> (ø)
.../seedu/address/logic/parser/AddressBookParser.java 87.50% <0.00%> (-3.81%) 15.00 <0.00> (ø)
src/main/java/seedu/address/model/Model.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...rc/main/java/seedu/address/model/ModelManager.java 50.00% <0.00%> (-6.04%) 31.00 <0.00> (ø)
...java/seedu/address/logic/commands/CopyCommand.java 23.33% <23.33%> (ø) 3.00 <3.00> (?)
.../seedu/address/logic/parser/CopyCommandParser.java 64.06% <64.06%> (ø) 12.00 <12.00> (?)
...in/java/seedu/address/logic/parser/ParserUtil.java 56.06% <66.66%> (+1.06%) 15.00 <2.00> (+2.00)
... and 1 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 4e8fbc7...91afb41. Read the comment docs.

@jerrylchong jerrylchong merged commit bacbdf7 into master 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.

Copy command
3 participants