AY2324S2-CS2103T-F13-3 / tp

https://ay2324s2-cs2103t-f13-3.github.io/tp/
Other
0 stars 5 forks source link

Change ! symbol to unicode +2757 and change skills to only accept ascii characters #299

Closed Ryan-Reno closed 7 months ago

Ryan-Reno commented 7 months ago

Closes #272

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 40.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 76.62%. Comparing base (7294302) to head (c0dbbfa).

Files Patch % Lines
...in/java/seedu/address/logic/parser/ParserUtil.java 50.00% 1 Missing and 1 partial :warning:
src/main/java/seedu/address/model/skill/Skill.java 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #299 +/- ## ============================================ - Coverage 76.66% 76.62% -0.04% - Complexity 814 815 +1 ============================================ Files 117 117 Lines 2888 2892 +4 Branches 353 355 +2 ============================================ + Hits 2214 2216 +2 - Misses 538 539 +1 - Partials 136 137 +1 ```

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