Closed mhdsyfq77 closed 4 years ago
Merging #139 into master will decrease coverage by
0.26%
. The diff coverage is90.00%
.
@@ Coverage Diff @@
## master #139 +/- ##
============================================
- Coverage 74.62% 74.36% -0.27%
- Complexity 534 535 +1
============================================
Files 90 90
Lines 1616 1619 +3
Branches 165 167 +2
============================================
- Hits 1206 1204 -2
- Misses 332 336 +4
- Partials 78 79 +1
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...main/java/seedu/address/commons/core/Messages.java | 0.00% <ø> (ø) |
0.00 <0.00> (ø) |
|
...java/seedu/address/logic/commands/ExitCommand.java | 100.00% <ø> (ø) |
2.00 <0.00> (ø) |
|
...java/seedu/address/logic/commands/HelpCommand.java | 100.00% <ø> (ø) |
2.00 <0.00> (ø) |
|
.../seedu/address/logic/commands/RequiredCommand.java | 97.22% <ø> (ø) |
22.00 <0.00> (ø) |
|
.../java/seedu/address/logic/commands/YesCommand.java | 0.00% <0.00%> (ø) |
0.00 <0.00> (ø) |
|
src/main/java/seedu/address/model/Model.java | 100.00% <ø> (ø) |
1.00 <0.00> (ø) |
|
...rc/main/java/seedu/address/logic/LogicManager.java | 38.63% <25.00%> (+0.54%) |
5.00 <0.00> (ø) |
|
...in/java/seedu/address/logic/parser/ParserUtil.java | 90.32% <75.00%> (ø) |
11.00 <0.00> (ø) |
|
.../java/seedu/address/logic/commands/AddCommand.java | 100.00% <100.00%> (ø) |
7.00 <0.00> (-1.00) |
|
...a/seedu/address/logic/commands/CheckMcCommand.java | 100.00% <100.00%> (ø) |
3.00 <0.00> (ø) |
|
... and 26 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 1c5672e...6b636a3. Read the comment docs.
Resolves #121