Closed kouyk closed 3 years ago
Merging #414 (89270c9) into master (91ac04c) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## master #414 +/- ##
=========================================
Coverage 60.79% 60.79%
Complexity 635 635
=========================================
Files 115 115
Lines 2395 2395
Branches 288 288
=========================================
Hits 1456 1456
Misses 819 819
Partials 120 120
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...ava/dog/pawbook/logic/commands/EditDogCommand.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (ø) |
|
.../dog/pawbook/logic/commands/EditEntityCommand.java | 79.54% <0.00%> (ø) |
10.00 <0.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 91ac04c...89270c9. Read the comment docs.
The problem is with incomplete code change from the relaxation of conditions that determine if entities are the same. Switched to isSameAs from equals to resolve the issue.