AY2324S2-CS2103T-F13-2 / tp

https://nus-cs2103-ay2324s2.github.io/tp/
MIT License
0 stars 4 forks source link

Branch case insensitive tags #78

Closed SimHanKiong closed 8 months ago

SimHanKiong commented 8 months ago

Made the tags case-insensitive by storing tags as lower case and changing user input for tags to be lower case

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 80.13%. Comparing base (2db786c) to head (b5d3de2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #78 +/- ## ========================================= Coverage 80.13% 80.13% Complexity 544 544 ========================================= Files 84 84 Lines 1616 1616 Branches 160 160 ========================================= Hits 1295 1295 Misses 289 289 Partials 32 32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.