diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 157b4b6..d9c6573 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,9 +33,6 @@ jobs: - name: Test run: go test -v -race ./... -coverprofile=build/coverage.out - - uses: shogo82148/actions-goveralls@v1 - with: - path-to-profile: build/coverage.out - name: Upload test coverage uses: actions/upload-artifact@main