diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index bfd2a3f..1b94994 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -70,7 +70,7 @@ jobs: run: go run ./make -coverprofile="coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov" - name: Send coverage - uses: shogo82148/actions-goveralls@v1.9.1 + uses: shogo82148/actions-goveralls@v1.10.0 with: path-to-profile: coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }} @@ -82,7 +82,7 @@ jobs: needs: test_fuzz runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1.9.1 + - uses: shogo82148/actions-goveralls@v1.10.0 with: parallel-finished: true