diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 10285d1..7db0d10 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -26,9 +26,6 @@ jobs: - name: Running test run: go test -race -covermode atomic -coverprofile=covprofile ./... - - name: Install goveralls - run: go install github.com/mattn/goveralls@latest - - name: Send coverage uses: shogo82148/actions-goveralls@v1 with: