Skip to content

Commit 0b00bde

Browse files
committed
Switch off generation of JaCoCo branches badge
1 parent 707b47b commit 0b00bde

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
@@ -26,7 +26,7 @@ jobs:
2626
- name: Generate JaCoCo Badge
2727
uses: cicirello/jacoco-badge-generator@v2
2828
with:
29-
generate-branches-badge: true
29+
generate-branches-badge: false
3030
jacoco-csv-file: build/reports/jacoco/test/jacocoTestReport.csv
3131

3232
- name: Commit the badge (if it changed)

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 Gradle](https://github.com/andrei-punko/java-interview-coding/actions/workflows/gradle.yml/badge.svg)](https://github.com/andrei-punko/java-interview-coding/actions/workflows/gradle.yml)
44
[![Coverage](.github/badges/jacoco.svg)](https://github.com/andrei-punko/java-interview-coding/actions/workflows/gradle.yml)
5-
[![Branches](.github/badges/branches.svg)](https://github.com/andrei-punko/java-interview-coding/actions/workflows/gradle.yml)
65
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
76

87
## Prerequisites

0 commit comments

Comments
 (0)