Skip to content

Commit

Permalink
chore(deps): bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent b1597a2 commit e5906c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: go test -coverprofile="profile.cov" ./...

- name: Send coverage
uses: shogo82148/actions-goveralls@v1.8.0
uses: shogo82148/actions-goveralls@v1.9.0
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
path-to-profile: profile.cov
Expand All @@ -50,6 +50,6 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: shogo82148/actions-goveralls@v1.8.0
- uses: shogo82148/actions-goveralls@v1.9.0
with:
parallel-finished: true

0 comments on commit e5906c4

Please sign in to comment.