Skip to content

Commit

Permalink
chore(deps): update irongut/codecoveragesummary action to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and tessig committed Oct 25, 2022
1 parent 00c4e9e commit 272b51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
CGO_ENABLED=1 go run gotest.tools/gotestsum@v1.7.0 --junitfile test.xml --format testname -- -coverprofile coverage.txt -race ./...
go run github.com/boumenot/gocover-cobertura@v1.2.0 -ignore-gen-files -by-files < coverage.txt > coverage.xml
- name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.2.0
uses: irongut/CodeCoverageSummary@v1.3.0
with:
filename: coverage.xml
badge: true
Expand Down

0 comments on commit 272b51a

Please sign in to comment.