denoland / std

The Deno Standard Library
https://jsr.io/@std
MIT License
3k stars 598 forks source link

refactor(semver): align additional error messages #5785

Closed irbull closed 2 weeks ago

irbull commented 3 weeks ago

Aligns the error messages in the semver folder to match the style guide.

https://github.com/denoland/std/issues/5574

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 61.53846% with 10 lines in your changes missing coverage. Please review.

Project coverage is 96.23%. Comparing base (bb0db58) to head (2c1ce2d). Report is 7 commits behind head on main.

Files Patch % Lines
semver/parse_range.ts 22.22% 7 Missing :warning:
semver/_shared.ts 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5785 +/- ## ========================================== - Coverage 96.24% 96.23% -0.01% ========================================== Files 481 481 Lines 38746 38751 +5 Branches 5617 5615 -2 ========================================== + Hits 37290 37293 +3 - Misses 1415 1417 +2 Partials 41 41 ```

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