From 295c8f15897b9d90377922627c74483e8f26f87c Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Tue, 15 Jul 2025 17:48:35 +0200 Subject: [PATCH] see svg --- .github/workflows/short-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/short-tests.yml b/.github/workflows/short-tests.yml index ac05d2c..3cbd63f 100644 --- a/.github/workflows/short-tests.yml +++ b/.github/workflows/short-tests.yml @@ -31,3 +31,9 @@ jobs: gocover-cobertura < cover.out > coverage.xml go install github.com/boumenot/gocover-cobertura@latest gocover-cobertura -coverprofile=cover.out -o coverage.svg + - name: Upload coverage svg + uses: actions/upload-artifact@v3 + with: + path: coverage.svg + retention-days: 1 + name: coverage-badge_build_${{ github.run_number }}