Hyukjin Kwon created SPARK-59033:
------------------------------------
Summary: Coverage badges 404: published to a badges/ subdirectory
instead of the branch root
Key: SPARK-59033
URL: https://issues.apache.org/jira/browse/SPARK-59033
Project: Spark
Issue Type: Bug
Components: Project Infra
Affects Versions: 5.0.0
Reporter: Hyukjin Kwon
The README coverage badges render as "resource not found" (shields.io 404). The
endpoints read the JSON at the root of the badges branch
(raw.githubusercontent.com/apache/spark-connect-rust/badges/coverage-rust.json),
but .github/workflows/coverage.yml copied the JSON into a badges/ subdirectory
before committing, so the published path was
.../badges/badges/coverage-rust.json.
Fix: publish coverage-rust.json and coverage-python.json at the root of the
badges branch so the README endpoints resolve.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]