Skip to content

Conversation

@hangingman
Copy link
Collaborator

  • go.mod と一致するように、.github/workflows/go.yml の Go バージョンを 1.24.4 に更新しました。
  • actions/checkout を v4、actions/setup-go を v5、actions/upload-artifact を v4 に更新しました。
  • make test 中に HTML カバレッジレポートを生成する手順を追加しました。
  • カバレッジレポートを CI アーティファクトとしてアップロードする手順を追加しました。

- Updated Go version to 1.24.4 in .github/workflows/go.yml to match go.mod.
- Updated actions/checkout to v4, actions/setup-go to v5, and actions/upload-artifact to v4.
- Added steps to generate an HTML coverage report during `make test`.
- Added a step to upload the coverage report as a CI artifact.
@hangingman hangingman merged commit f82ecac into main Jun 25, 2025
1 check passed
@hangingman hangingman deleted the update-go-version-and-coverage branch June 25, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants