From 01e8fb92b4f592f9449944721067c6d26a524ccf Mon Sep 17 00:00:00 2001 From: hwipl <33433250+hwipl@users.noreply.github.com> Date: Fri, 24 Jan 2025 10:56:36 +0100 Subject: [PATCH] Update coverage summary GitHub action Update the GitHub action malaupa/go-test-coverage-summary-action used for the Go test coverage summary to version 3. Signed-off-by: hwipl <33433250+hwipl@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92bc627d..331d4fae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - name: Process results if: always() - uses: malaupa/go-test-coverage-summary-action@v2.0.0 + uses: malaupa/go-test-coverage-summary-action@v3.0.0 with: test_results: "test.out" coverage_profile: "cover.out" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f77918bb..a6cbfb69 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Process results if: always() - uses: malaupa/go-test-coverage-summary-action@v2.0.0 + uses: malaupa/go-test-coverage-summary-action@v3.0.0 with: test_results: "test.out" coverage_profile: "cover.out" @@ -67,4 +67,4 @@ jobs: tag: '${{ github.ref_name }}' } }); -# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json \ No newline at end of file +# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json