envelope-zero / backend

Serves the API and contains the application logic
Other
6 stars 3 forks source link

chore: remove UUID parsing #1074

Closed morremeyer closed 2 months ago

morremeyer commented 2 months ago

This removes the explicit UUID parsing in favor of an internal UUID implementation (wrapping google/uud) that includes the parsing methods for gin.

Resolves #223.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 81.32%. Comparing base (56e7725) to head (c1ce0b4). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1074 +/- ## ========================================== + Coverage 80.90% 81.32% +0.42% ========================================== Files 53 54 +1 Lines 3922 3871 -51 ========================================== - Hits 3173 3148 -25 + Misses 599 579 -20 + Partials 150 144 -6 ```

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