From e6a43382773a79d0a21eff857c1eb7aa92a8dedf Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Tue, 19 Dec 2023 15:03:40 +0100 Subject: [PATCH] Bump versions. --- .github/workflows/reporting.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reporting.yml b/.github/workflows/reporting.yml index 2de1286d..f05a5218 100644 --- a/.github/workflows/reporting.yml +++ b/.github/workflows/reporting.yml @@ -116,21 +116,21 @@ jobs: - name: Generate the badge SVG image for the line coverage uses: emibcn/badge-action@v2.0.2 with: - label: 'Line Coverage' + label: 'Lines' status: ${{ steps.metrics.outputs.line }}% color: 'green' path: badges/line-coverage.svg - name: Generate the badge SVG image for the branch coverage uses: emibcn/badge-action@v2.0.2 with: - label: 'Branch Coverage' + label: 'Branches' status: ${{ steps.metrics.outputs.branch }}% color: 'green' path: badges/branch-coverage.svg - name: Generate the badge SVG image for the mutation coverage uses: emibcn/badge-action@v2.0.2 with: - label: 'Mutation Coverage' + label: 'Mutations' status: ${{ steps.metrics.outputs.mutation }}% color: 'green' path: badges/mutation-coverage.svg