diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a360cb..fb82e08 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,10 +24,4 @@ jobs: run: | go get -v -t -d ./... - name: Run tests - run: go test ./... -coverprofile profile.cov - - name: Send coverage - uses: shogo82148/actions-goveralls@v1 - with: - path-to-profile: profile.cov - flag-name: ${{ matrix.platform }}-go-${{ matrix.go-version }} - parallel: true \ No newline at end of file + run: go test ./... -coverprofile profile.cov \ No newline at end of file