see svg
Some checks failed
Run short tests / run-tests (push) Failing after 1m9s
Run nightly tests / nightly-tests (push) Successful in 1m24s

This commit is contained in:
2025-07-15 17:48:35 +02:00
parent 739497a853
commit 295c8f1589

View File

@@ -31,3 +31,9 @@ jobs:
gocover-cobertura < cover.out > coverage.xml gocover-cobertura < cover.out > coverage.xml
go install github.com/boumenot/gocover-cobertura@latest go install github.com/boumenot/gocover-cobertura@latest
gocover-cobertura -coverprofile=cover.out -o coverage.svg 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 }}