Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore: bump shogo82148/actions-goveralls from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 5, 2023
1 parent a7addd6 commit 313b567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: go test -v -count=1 -coverprofile="coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov" -covermode=atomic ./...
-
name: Send coverage
uses: shogo82148/actions-goveralls@v1.6.0
uses: shogo82148/actions-goveralls@v1.7.0
with:
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}
Expand All @@ -69,7 +69,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1.6.0
- uses: shogo82148/actions-goveralls@v1.7.0
with:
parallel-finished: true

Expand Down

0 comments on commit 313b567

Please sign in to comment.