-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Labels
CI/CDContinuous integration and deploymentContinuous integration and deploymentgood first issueGood for newcomersGood for newcomers
Description
Rust and Java already upload coverage - Node is missing. Follow the same pattern.
- Generate lcov output: either add
c8as devDep or use Node 23 native--test-reporter=lcov --test-reporter-destination=../../reports/node-coverage/lcov.infoin.github/actions/node-npm/pre-merge/action.yml - Add
codecov/codecov-action@v5upload step in.github/workflows/_test.ymlforsdk-nodewithflags: node - Add post-merge baseline job in
.github/workflows/post-merge.yml(same pattern asjava-coverage— start server, run tests with coverage, upload) - Add
nodeflag tocodecov.yml(paths: foreign/node/) and removeforeign/node/**fromignore
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CI/CDContinuous integration and deploymentContinuous integration and deploymentgood first issueGood for newcomersGood for newcomers