Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base groups and raids implementation. #4

Merged
merged 5 commits into from
Dec 29, 2023

Add group service to the helm chart.

bc90e29
Select commit
Loading
Failed to load commit list.
Merged

Base groups and raids implementation. #4

Add group service to the helm chart.
bc90e29
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 29, 2023 in 0s

20.31% (-5.51%) compared to c862df9

View this Pull Request on Codecov

20.31% (-5.51%) compared to c862df9

Details

Codecov Report

Attention: 913 lines in your changes are missing coverage. Please review.

Comparison is base (c862df9) 25.81% compared to head (bc90e29) 20.31%.

Files Patch % Lines
apps/game-load-balancer/session/groups.go 1.83% 480 Missing and 1 partial ⚠️
shared/events/consumer-group.go 0.00% 288 Missing ⚠️
shared/events/producer-group.go 0.00% 41 Missing ⚠️
apps/game-load-balancer/session/chat.go 0.00% 33 Missing ⚠️
shared/events/events-group.go 0.00% 27 Missing ⚠️
apps/guidserver/service/guid.go 39.02% 22 Missing and 3 partials ⚠️
apps/game-load-balancer/session/session.go 12.50% 5 Missing and 2 partials ⚠️
apps/game-load-balancer/session/error.go 0.00% 5 Missing ⚠️
game-server/libsidecar/guids/diapason-provider.go 0.00% 2 Missing ⚠️
shared/events/events-serversregistry.go 92.30% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   25.81%   20.31%   -5.51%     
==========================================
  Files          28       44      +16     
  Lines        3997     5238    +1241     
==========================================
+ Hits         1032     1064      +32     
- Misses       2874     4076    +1202     
- Partials       91       98       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.