ksysoev / wasabi

Toolkit for Creating WebSocket API Gateways
MIT License
4 stars 2 forks source link

"Refactor HandleRequests method on connection" #65

Closed ksysoev closed 1 month ago

ksysoev commented 1 month ago

This pull request refactors the HandleRequests method on the connection to handleRequests. This change improves code readability and follows naming conventions.

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 91.43%. Comparing base (f4ec718) to head (3dc5640).

Files Patch % Lines
channel/channel.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #65 +/- ## ========================================== + Coverage 90.63% 91.43% +0.79% ========================================== Files 20 20 Lines 844 829 -15 ========================================== - Hits 765 758 -7 + Misses 58 52 -6 + Partials 21 19 -2 ```

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