Remove Java JaCoCo badge auto-update pipeline#1826
Open
Copilot wants to merge 3 commits into
Open
Conversation
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Remove the Java JaCoCo coverage badge and automated workflow
Remove Java JaCoCo badge auto-update pipeline
Jun 29, 2026
brunoborges
approved these changes
Jun 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the Java JaCoCo coverage badge maintenance automation from the Java SDK CI workflow, keeping the workflow focused on building/testing and publishing test summaries while eliminating generated badge asset churn and automated badge-update PRs.
Changes:
- Removed the JaCoCo badge generation step from the Java SDK CI workflow.
- Removed the CI step that opened PRs to update badge SVGs on
main. - Deleted the now-unused badge generator script and the generated badge SVG assets.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/java-sdk-tests.yml |
Removes badge generation + badge-update PR creation steps from the Java CI workflow. |
.github/scripts/generate-java-coverage-badge.sh |
Deletes the badge generator script that is no longer used by CI. |
.github/badges/jacoco-handwritten.svg |
Removes the previously generated handwritten coverage badge asset. |
.github/badges/jacoco-generated.svg |
Removes the previously generated generated-code coverage badge asset. |
Review details
- Files reviewed: 2/4 changed files
- Comments generated: 1
- Review effort level: Low
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes Java JaCoCo badge maintenance from CI. The Java SDK workflow still runs tests and publishes test summaries, but no longer generates badge SVGs or opens badge-update PRs.
Workflow cleanup (
.github/workflows/java-sdk-tests.yml)main.Repository cleanup
.github/scripts/generate-java-coverage-badge.sh..github/badges/jacoco-generated.svg.github/badges/jacoco-handwritten.svgNet effect