From 53ee5146500fbfdf5cad4c4895ac0997026375cf Mon Sep 17 00:00:00 2001 From: Ulli Hafner Date: Fri, 1 Dec 2023 15:36:56 +0100 Subject: [PATCH] Use latest autograding. --- .github/workflows/reporting.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reporting.yml b/.github/workflows/reporting.yml index 9625ad9e..e3b40ad7 100644 --- a/.github/workflows/reporting.yml +++ b/.github/workflows/reporting.yml @@ -75,7 +75,6 @@ jobs: "name": "SpotBugs", "pattern": "**/target/spotbugsXml.xml" } - ], "errorImpact": -1, "highImpact": -1, @@ -126,21 +125,21 @@ jobs: - name: Generate the badge SVG image for the line coverage uses: emibcn/badge-action@v2.0.2 with: - label: 'Line coverage' + label: 'Line Coverage' 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: 'Branch Coverage' 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: 'Mutation Coverage' status: ${{ steps.metrics.outputs.mutation }}% color: 'green' path: badges/mutation-coverage.svg