hubcio opened a new issue, #2774: URL: https://github.com/apache/iggy/issues/2774
Rust and Java already upload coverage - Node is missing. Follow the same pattern. - [ ] Generate lcov output: either add `c8` as devDep or use Node 23 native `--test-reporter=lcov --test-reporter-destination=../../reports/node-coverage/lcov.info` in `.github/actions/node-npm/pre-merge/action.yml` - [ ] Add `codecov/codecov-action@v5` upload step in `.github/workflows/_test.yml` for `sdk-node` with `flags: node` - [ ] Add `node` flag to `codecov.yml` (`paths: foreign/node/`) and remove `foreign/node/**` from `ignore` -- 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]
