pubnub / go

PubNub clients for Go
Other
103 stars 62 forks source link

UserId instead of UUID in Config struct #133

Closed kleewho closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #133 (2d702de) into master (ceb3da6) will decrease coverage by 3.13%. The diff coverage is 74.86%.

@@            Coverage Diff             @@
##           master     #133      +/-   ##
==========================================
- Coverage   80.84%   77.70%   -3.14%     
==========================================
  Files          62       73      +11     
  Lines        6953     8454    +1501     
==========================================
+ Hits         5621     6569     +948     
- Misses       1156     1645     +489     
- Partials      176      240      +64     
Impacted Files Coverage Δ
pubnub.go 72.32% <ø> (-1.71%) :arrow_down:
remove_all_push_channels_request.go 67.85% <ø> (-0.90%) :arrow_down:
remove_channel_channel_group_request.go 86.66% <ø> (-2.07%) :arrow_down:
remove_channels_from_push_request.go 77.41% <ø> (-1.24%) :arrow_down:
request.go 80.92% <ø> (-0.62%) :arrow_down:
request_workers.go 80.85% <ø> (ø)
revoke_token.go 47.29% <ø> (ø)
set_state_request.go 86.44% <ø> (-1.28%) :arrow_down:
signal_request.go 72.64% <ø> (-0.81%) :arrow_down:
subscribe_request.go 74.44% <ø> (-1.14%) :arrow_down:
... and 72 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 60feef6...2d702de. Read the comment docs.