Skip to content

Commit 5fcf9a2

Browse files
committed
Switch off generation of JaCoCo branches badge
1 parent facb0f3 commit 5fcf9a2

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/badges/branches.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Generate JaCoCo Badge
2424
uses: cicirello/jacoco-badge-generator@v2
2525
with:
26-
generate-branches-badge: true
26+
generate-branches-badge: false
2727

2828
- name: Commit the badge (if it changed)
2929
run: |

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![Java CI with Maven](https://github.com/andrei-punko/java-sandbox/actions/workflows/maven.yml/badge.svg)](https://github.com/andrei-punko/java-sandbox/actions/workflows/maven.yml)
44
[![Coverage](.github/badges/jacoco.svg)](https://github.com/andrei-punko/java-sandbox/actions/workflows/maven.yml)
5-
[![Branches](.github/badges/branches.svg)](https://github.com/andrei-punko/java-sandbox/actions/workflows/maven.yml)
65

76
## Prerequisites
87

0 commit comments

Comments
 (0)