Skip to content

Commit

Permalink
chore: bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0 (#33)
Browse files Browse the repository at this point in the history
Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/shogo82148/actions-goveralls/releases)
- [Commits](shogo82148/actions-goveralls@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: shogo82148/actions-goveralls
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 13, 2024
1 parent d522170 commit cef6eae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@ jobs:
COVERAGE_PREFIX: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-
run: go test -v -count=1
- name: Send coverage (Bucket 1)
uses: shogo82148/actions-goveralls@v1.8.0
uses: shogo82148/actions-goveralls@v1.9.0
with:
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-bucket0.cov
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-bucket1
parallel: true
- name: Send coverage (Bucket 2)
uses: shogo82148/actions-goveralls@v1.8.0
uses: shogo82148/actions-goveralls@v1.9.0
with:
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-bucket1.cov
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-bucket2
parallel: true
- name: Send coverage (Exclude Package)
uses: shogo82148/actions-goveralls@v1.8.0
uses: shogo82148/actions-goveralls@v1.9.0
with:
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-exclude-package.cov
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-exclude-package
parallel: true
- name: Send coverage (Exclude Directory)
uses: shogo82148/actions-goveralls@v1.8.0
uses: shogo82148/actions-goveralls@v1.9.0
with:
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-exclude-directory.cov
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-exclude-directory
Expand All @@ -84,7 +84,7 @@ 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

Expand Down

0 comments on commit cef6eae

Please sign in to comment.