-
Notifications
You must be signed in to change notification settings - Fork 0
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
handlerのgame_roleのテスト #1092
base: main
Are you sure you want to change the base?
handlerのgame_roleのテスト #1092
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1092 +/- ##
==========================================
+ Coverage 50.01% 51.16% +1.14%
==========================================
Files 122 122
Lines 11026 11060 +34
==========================================
+ Hits 5515 5659 +144
+ Misses 5174 5061 -113
- Partials 337 340 +3 ☔ View full report in Codecov by Sentry. |
User description
fix #1086
一部バグ修正含む
PR Type
Tests, Bug fix
Description
PatchGameRole
におけるバグ修正とテスト追加DeleteGameRole
におけるバグ修正とテスト追加新しいユーティリティ関数
convertGameVisibility
の追加PatchGameRole
とDeleteGameRole
のユニットテストを大幅に追加Changes walkthrough 📝
game.go
ゲームのvisibility変換関数を追加
src/handler/v2/game.go
convertGameVisibility
を追加game_role.go
PatchGameRoleとDeleteGameRoleのバグ修正と改善
src/handler/v2/game_role.go
PatchGameRole
でvisibilityとジャンルを返却する処理を追加DeleteGameRole
でvisibilityとジャンルを返却する処理を追加game_role_test.go
PatchGameRoleとDeleteGameRoleのユニットテスト追加
src/handler/v2/game_role_test.go
PatchGameRole
のユニットテストを追加DeleteGameRole
のユニットテストを追加