From 739497a8535b971c98dac31af166846763dabdbb Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Tue, 15 Jul 2025 17:47:07 +0200 Subject: [PATCH] try skip ci [skip ci] --- .github/workflows/short-tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/short-tests.yml b/.github/workflows/short-tests.yml index b2771e0..ac05d2c 100644 --- a/.github/workflows/short-tests.yml +++ b/.github/workflows/short-tests.yml @@ -25,4 +25,9 @@ jobs: name: coverage-report_build_${{ github.run_number }} path: ${{ github.workspace }}/src/cover.out retention-days: 1 - + - name: Generate coverage badge + run: | + go install github.com/t-yuki/gocover-cobertura@latest + gocover-cobertura < cover.out > coverage.xml + go install github.com/boumenot/gocover-cobertura@latest + gocover-cobertura -coverprofile=cover.out -o coverage.svg