-
Notifications
You must be signed in to change notification settings - Fork 269
Labels
CI/CDContinuous integration and deploymentContinuous integration and deploymentgood first issueGood for newcomersGood for newcomers
Description
Rust and Java already upload coverage - Go is missing. Coverage is already generated (reports/go-coverage.out) but never uploaded.
- Add
codecov/codecov-action@v5upload step in.github/workflows/_test.ymlforsdk-gowithflags: go, filereports/go-coverage.out - Add post-merge baseline job in
.github/workflows/post-merge.yml(same pattern asjava-coverage— start server, run tests with coverage, upload) - Add
goflag tocodecov.yml(paths: foreign/go/) and removeforeign/go/**fromignore
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CI/CDContinuous integration and deploymentContinuous integration and deploymentgood first issueGood for newcomersGood for newcomers