Conversation
Announcementを薄くした
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 50 out of 50 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 19 out of 19 changed files in this pull request and generated 8 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| require ( | ||
| firebase.google.com/go/v4 v4.19.0 | ||
| github.com/getkin/kin-openapi v0.133.0 | ||
| github.com/gin-gonic/gin v1.11.0 | ||
| github.com/joho/godotenv v1.5.1 | ||
| github.com/oapi-codegen/gin-middleware v1.0.2 | ||
| github.com/oapi-codegen/runtime v1.1.2 | ||
| github.com/stretchr/testify v1.11.1 | ||
| google.golang.org/api v0.231.0 | ||
| ) |
There was a problem hiding this comment.
PR説明では「テストを実装」とありますが、この変更で *_test.go がリポジトリから無くなっており(go.mod からも testify が削除されています)、現状だと自動テストが一切実行できません。テストを追加し直すか、意図的に削除したのであればPR説明(チェックボックス)を更新して整合させてください。
やったこと