Closed Chang-CH closed 3 years ago
Merging #207 (30250e2) into master (89964fb) will decrease coverage by
0.11%
. The diff coverage is33.33%
.
@@ Coverage Diff @@
## master #207 +/- ##
============================================
- Coverage 70.60% 70.49% -0.12%
Complexity 593 593
============================================
Files 85 85
Lines 1919 1922 +3
Branches 259 259
============================================
Hits 1355 1355
- Misses 445 448 +3
Partials 119 119
Impacted Files | Coverage Δ | |
---|---|---|
src/main/java/seedu/intern/ui/MainWindow.java | 0.00% <0.00%> (ø) |
|
...c/main/java/seedu/intern/ui/PersonDetailPanel.java | 0.00% <ø> (ø) |
|
src/main/java/seedu/intern/ui/PersonListPanel.java | 0.00% <0.00%> (ø) |
|
...eedu/intern/model/applicant/ApplicationStatus.java | 85.29% <66.66%> (ø) |
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 89964fb...30250e2. Read the comment docs.
LGTM, can help check the UML picture on pr #216
Issue introduced in #137.
Selection fix:
selectApplicant
method inPersonListPanel
to fire aselect
event inListView
.handleView
inMainWindow
to callselectApplicant
first.Closes #160, #90, #188