Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/coverallsapp/githu…
Browse files Browse the repository at this point in the history
…b-action-2.3.2
  • Loading branch information
Piszmog authored Oct 16, 2024
2 parents 018b276 + 0235405 commit fa30660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Test and Calculate Coverage
run: go test -v -covermode=count -coverprofile=coverage.out
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.9
uses: jandelgado/gcov2lcov-action@v1.1.1
with:
infile: coverage.out
outfile: coverage.lcov
Expand Down

0 comments on commit fa30660

Please sign in to comment.