AY1920S2-CS2103T-W17-2 / main

Notably
https://ay1920s2-cs2103t-w17-2.github.io/main/
MIT License
3 stars 4 forks source link

Revamp Path's equal function to case insensitive #405

Closed ljiazh3ng closed 4 years ago

ljiazh3ng commented 4 years ago

resolves #404
This pr:

netlify[bot] commented 4 years ago

Deploy preview for notably-app ready!

Built with commit a43c804ae32a969ad537308f6a4b297754d22010

https://deploy-preview-405--notably-app.netlify.com

codecov[bot] commented 4 years ago

Codecov Report

Merging #405 into master will increase coverage by 0.11%. The diff coverage is 84.61%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #405      +/-   ##
============================================
+ Coverage     66.80%   66.91%   +0.11%     
  Complexity      509      509              
============================================
  Files            97       97              
  Lines          1982     1989       +7     
  Branches        195      195              
============================================
+ Hits           1324     1331       +7     
  Misses          579      579              
  Partials         79       79              
Impacted Files Coverage Δ Complexity Δ
...in/java/com/notably/commons/path/RelativePath.java 65.95% <50.00%> (ø) 14.00 <0.00> (ø)
...in/java/com/notably/commons/path/AbsolutePath.java 90.69% <100.00%> (+1.80%) 18.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 c1ed628...a43c804. Read the comment docs.