Skip to content

Commit

Permalink
Merge pull request #83 from uselagoon/fix-coveralls
Browse files Browse the repository at this point in the history
chore: fix coveralls conversion
  • Loading branch information
smlx authored Jul 15, 2022
2 parents 5826a8d + 9e40616 commit 6bb7100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go test -v -covermode=count -coverprofile=coverage.out.raw -coverpkg=./... ./...
grep -v mock_ coverage.out.raw > coverage.out
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.8
uses: jandelgado/gcov2lcov-action@v1
- name: Coveralls
uses: coverallsapp/github-action@1.1.3
with:
Expand Down

0 comments on commit 6bb7100

Please sign in to comment.