diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index a9299ae..714a479 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -68,7 +68,7 @@ jobs: run: go test -v -count=1 -coverprofile="coverage-${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }}.cov" -covermode=atomic ./... - name: Send coverage - 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 }}.cov flag-name: ${{ matrix.platform }}-${{ steps.go-mod-details.outputs.go_version }} @@ -79,7 +79,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