Skip to content

Commit 867942f

Browse files
chore: bump shogo82148/actions-goveralls from 1.6.0 to 1.7.0 (#23)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be13843 commit 867942f

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.6.0
58+
uses: shogo82148/actions-goveralls@v1.7.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.6.0
64+
uses: shogo82148/actions-goveralls@v1.7.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.6.0
70+
uses: shogo82148/actions-goveralls@v1.7.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.6.0
76+
uses: shogo82148/actions-goveralls@v1.7.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.6.0
87+
- uses: shogo82148/actions-goveralls@v1.7.0
8888
with:
8989
parallel-finished: true
9090

0 commit comments

Comments
 (0)