avirajkhare00 commented on issue #2865:
URL: https://github.com/apache/iggy/issues/2865#issuecomment-4064467695

   I would like to take this.
   
   I checked the current BDD flow locally first. The entrypoint is 
`scripts/run-bdd-tests.sh`, and CI invokes it from 
`.github/workflows/_test_bdd.yml` while already collecting `reports/**`, 
`target/llvm-cov/**`, and `coverage.lcov`.
   
   My plan is:
   1. Extend `scripts/run-bdd-tests.sh` so each SDK suite can opt into coverage 
output without changing the default local workflow too much.
   2. Keep the implementation aligned with the existing per-language 
coverage/report locations already used in CI.
   3. Verify the generated artifacts are picked up cleanly by `_test_bdd.yml` 
for all BDD suites, not only Go.
   
   If that sounds right, I can put together the change.


-- 
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