diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1a04eeb..45625bf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: run: go test -v -coverprofile="profile.cov" ./... - name: Send coverage - uses: shogo82148/actions-goveralls@v1.5.1 + uses: shogo82148/actions-goveralls@v1.6.0 if: ${{ matrix.os == 'ubuntu-latest' }} with: path-to-profile: profile.cov @@ -44,6 +44,6 @@ jobs: needs: test runs-on: ubuntu-latest steps: - - uses: shogo82148/actions-goveralls@v1.5.1 + - uses: shogo82148/actions-goveralls@v1.6.0 with: parallel-finished: true \ No newline at end of file