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/patch failed Dec 29, 2023 in 1s

5.68% of diff hit (target 25.81%)

View this Pull Request on Codecov

5.68% of diff hit (target 25.81%)

Annotations

Check warning on line 125 in apps/game-load-balancer/session/chat.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/chat.go#L119-L125

Added lines #L119 - L125 were not covered by tests

Check warning on line 129 in apps/game-load-balancer/session/chat.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/chat.go#L127-L129

Added lines #L127 - L129 were not covered by tests

Check warning on line 142 in apps/game-load-balancer/session/chat.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/chat.go#L131-L142

Added lines #L131 - L142 were not covered by tests

Check warning on line 153 in apps/game-load-balancer/session/chat.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/chat.go#L144-L153

Added lines #L144 - L153 were not covered by tests

Check warning on line 155 in apps/game-load-balancer/session/chat.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/chat.go#L155

Added line #L155 was not covered by tests

Check warning on line 23 in apps/game-load-balancer/session/error.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/error.go#L19-L23

Added lines #L19 - L23 were not covered by tests

Check warning on line 50 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L44-L50

Added lines #L44 - L50 were not covered by tests

Check warning on line 68 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L53-L68

Added lines #L53 - L68 were not covered by tests

Check warning on line 74 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L70-L74

Added lines #L70 - L74 were not covered by tests

Check warning on line 86 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L76-L86

Added lines #L76 - L86 were not covered by tests

Check warning on line 92 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L88-L92

Added lines #L88 - L92 were not covered by tests

Check warning on line 96 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L94-L96

Added lines #L94 - L96 were not covered by tests

Check warning on line 110 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L99-L110

Added lines #L99 - L110 were not covered by tests

Check warning on line 117 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L113-L117

Added lines #L113 - L117 were not covered by tests

Check warning on line 127 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L120-L127

Added lines #L120 - L127 were not covered by tests

Check warning on line 133 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L131-L133

Added lines #L131 - L133 were not covered by tests

Check warning on line 147 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L135-L147

Added lines #L135 - L147 were not covered by tests

Check warning on line 153 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L150-L153

Added lines #L150 - L153 were not covered by tests

Check warning on line 160 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L155-L160

Added lines #L155 - L160 were not covered by tests

Check warning on line 173 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L163-L173

Added lines #L163 - L173 were not covered by tests

Check warning on line 184 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L176-L184

Added lines #L176 - L184 were not covered by tests

Check warning on line 186 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L186

Added line #L186 was not covered by tests

Check warning on line 191 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L189-L191

Added lines #L189 - L191 were not covered by tests

Check warning on line 203 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L194-L203

Added lines #L194 - L203 were not covered by tests

Check warning on line 214 in apps/game-load-balancer/session/groups.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

apps/game-load-balancer/session/groups.go#L205-L214

Added lines #L205 - L214 were not covered by tests