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 }}