atharvalade opened a new pull request, #2793: URL: https://github.com/apache/iggy/pull/2793
## Which issue does this PR close? Closes #2773 ## Rationale Rust and Java already upload coverage to Codecov — Go SDK was generating coverage but never uploading it. ## What changed? Coverage was already produced (`reports/go-coverage.out`) by the pre-merge action but never sent to Codecov. Added a `codecov/codecov-action@v5` upload step in `_test.yml` for `sdk-go`, a `go-coverage` baseline job in `post-merge.yml` following the Java pattern (start server, run tests with coverage, upload), and registered the `go` flag in `codecov.yml` while removing `foreign/go/**` from the ignore list. ## Local Execution - CI-only workflow changes - Pre-commit hooks ran ## AI Usage 1. Opus 4.6 2. Used to scaffold the workflow YAML following existing Java/Rust patterns 3. Verified by diffing against existing Java coverage steps and reviewing all three files 4. Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
