see svg
This commit is contained in:
6
.github/workflows/short-tests.yml
vendored
6
.github/workflows/short-tests.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user