Skip to content

Commit 661c95a

Browse files
chore: bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0
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]>
1 parent d522170 commit 661c95a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,25 @@ jobs:
5555
COVERAGE_PREFIX: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-
5656
run: go test -v -count=1
5757
- name: Send coverage (Bucket 1)
58-
uses: shogo82148/actions-goveralls@v1.8.0
58+
uses: shogo82148/actions-goveralls@v1.9.0
5959
with:
6060
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-bucket0.cov
6161
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-bucket1
6262
parallel: true
6363
- name: Send coverage (Bucket 2)
64-
uses: shogo82148/actions-goveralls@v1.8.0
64+
uses: shogo82148/actions-goveralls@v1.9.0
6565
with:
6666
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-bucket1.cov
6767
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-bucket2
6868
parallel: true
6969
- name: Send coverage (Exclude Package)
70-
uses: shogo82148/actions-goveralls@v1.8.0
70+
uses: shogo82148/actions-goveralls@v1.9.0
7171
with:
7272
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-exclude-package.cov
7373
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-exclude-package
7474
parallel: true
7575
- name: Send coverage (Exclude Directory)
76-
uses: shogo82148/actions-goveralls@v1.8.0
76+
uses: shogo82148/actions-goveralls@v1.9.0
7777
with:
7878
path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-exclude-directory.cov
7979
flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}-exclude-directory
@@ -84,7 +84,7 @@ jobs:
8484
needs: test
8585
runs-on: ubuntu-latest
8686
steps:
87-
- uses: shogo82148/actions-goveralls@v1.8.0
87+
- uses: shogo82148/actions-goveralls@v1.9.0
8888
with:
8989
parallel-finished: true
9090

0 commit comments

Comments
 (0)