hubcio opened a new issue, #2775: URL: https://github.com/apache/iggy/issues/2775
Rust and Java already upload coverage - Python is missing. Follow the same pattern. - [ ] Add `pytest-cov` to dev deps in `foreign/python/pyproject.toml` - [ ] Add `--cov --cov-report=xml:../../reports/python-coverage.xml` to pytest calls in `.github/actions/python-maturin/pre-merge/action.yml` - [ ] Add `codecov/codecov-action@v5` upload step in `.github/workflows/_test.yml` for `sdk-python` with `flags: python` - [ ] Add `python` flag to `codecov.yml` (`paths: foreign/python/`) and remove `foreign/python/**` 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]
