Skip to content

Commit

Permalink
chore(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.2
Browse files Browse the repository at this point in the history
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](coverallsapp/github-action@1134c89...43f11c4)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 753ff9a commit 64684e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Test
run: go test -covermode atomic -coverprofile='${{ matrix.os }}-${{ matrix.go-version }}.cov' ./...
- name: Coveralls Parallel
uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041
uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3
with:
file: '${{ matrix.os }}-${{ matrix.go-version }}.cov'
parallel: true
Expand All @@ -29,6 +29,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@1134c89e4bf10443bf8f0ec69640b667cfd91041
uses: coverallsapp/github-action@43f11c4e058174f808ee9cd63701b6c42fe3f5e3
with:
parallel-finished: true

0 comments on commit 64684e6

Please sign in to comment.