AY2122S1-CS2103T-F12-2 / tp

https://ay2122s1-cs2103t-f12-2.github.io/tp/
MIT License
1 stars 5 forks source link

Branch UI bugfix #214

Closed yunpeng1234 closed 2 years ago

yunpeng1234 commented 2 years ago

Temporary fix to clear and delete UI bug

188

codecov-commenter commented 2 years ago

Codecov Report

Merging #214 (43ba662) into master (925c967) will decrease coverage by 0.18%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #214      +/-   ##
============================================
- Coverage     70.60%   70.42%   -0.19%     
  Complexity      593      593              
============================================
  Files            85       85              
  Lines          1919     1924       +5     
  Branches        259      259              
============================================
  Hits           1355     1355              
- Misses          445      450       +5     
  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% <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 925c967...43ba662. Read the comment docs.

yunpeng1234 commented 2 years ago

Use Chuan Haos pr fix for now 👍

207