HyukjinKwon opened a new pull request, #59:
URL: https://github.com/apache/spark-connect-rust/pull/59

   ### What changes were proposed in this pull request?
   
   Publish the coverage badge JSON at the **root** of the `badges` branch
   (`coverage-rust.json`, `coverage-python.json`) instead of inside a `badges/`
   subdirectory.
   
   ### Why are the changes needed?
   
   The README shields.io endpoint badges read:
   - 
`https://raw.githubusercontent.com/apache/spark-connect-rust/badges/coverage-rust.json`
   - 
`https://raw.githubusercontent.com/apache/spark-connect-rust/badges/coverage-python.json`
   
   i.e. files at the root of the `badges` branch. But `coverage.yml` copied 
them into a
   `badges/` subdirectory before committing, so the published path was
   `.../badges/badges/coverage-rust.json` and the badges rendered as 
**"resource not
   found"** (404). This writes the JSON at the branch root so the endpoints 
resolve. It
   takes effect on the next master push (the workflow publishes on push to 
master).
   
   ### Does this PR introduce _any_ user-facing change?
   
   No — CI/badge publishing only.
   
   ### How was this patch tested?
   
   YAML validated; the publish step now `cp`s the badge JSON to the branch root 
and
   `git add`s the root files. Confirmed the README URLs point at the root paths.
   
   This pull request and its description were written by Isaac.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to