atharvalade opened a new pull request, #2790:
URL: https://github.com/apache/iggy/pull/2790

   ## Which issue does this PR close?
   
   Closes #2775
   
   ## Rationale
   
   Rust and Java already upload coverage to Codecov, Python SDK was missing.
   
   ## What changed?
   
   Added `pytest-cov` to Python dev deps and `--cov` flags to pytest calls in 
the pre-merge action. Added Codecov upload steps in `_test.yml` (pre-merge) and 
a `python-coverage` baseline job in `post-merge.yml`, following the same 
pattern as Java. Registered the `python` flag in `codecov.yml` and removed 
`foreign/python/**` 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 five 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]

Reply via email to