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

Improve code coverage #228

Merged
merged 2 commits into from
Nov 12, 2023

Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp

f95559b
Select commit
Loading
Failed to load commit list.
Merged

Improve code coverage #228

Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T09-3/tp
f95559b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 12, 2023 in 0s

79.59% (+0.51%) compared to 8643499

View this Pull Request on Codecov

79.59% (+0.51%) compared to 8643499

Details

Codecov Report

Merging #228 (f95559b) into master (8643499) will increase coverage by 0.51%.
The diff coverage is 75.00%.

@@             Coverage Diff              @@
##             master     #228      +/-   ##
============================================
+ Coverage     79.07%   79.59%   +0.51%     
- Complexity      787      791       +4     
============================================
  Files           112      112              
  Lines          2538     2538              
  Branches        271      271              
============================================
+ Hits           2007     2020      +13     
+ Misses          439      430       -9     
+ Partials         92       88       -4     
Files Coverage Δ
...java/seedu/address/logic/commands/EditCommand.java 90.67% <75.00%> (+6.73%) ⬆️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!