ksysoev / wasabi

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

Refactors context usage #21

Closed ksysoev closed 2 months ago

ksysoev commented 2 months ago

Changing the way we distribute context through the components, instead of assigning context at channel, I decided to use base context of http server.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 88.91%. Comparing base (8f165ce) to head (9e607d1).

Files Patch % Lines
server/server.go 82.75% 3 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ========================================== + Coverage 87.23% 88.91% +1.67% ========================================== Files 17 17 Lines 517 496 -21 ========================================== - Hits 451 441 -10 + Misses 53 44 -9 + Partials 13 11 -2 ```

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