try skip ci [skip ci]

This commit is contained in:
2025-07-15 17:47:07 +02:00
parent 8da79514b8
commit 739497a853

View File

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