diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 9ea38b9..b1b9ce8 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -12,8 +12,3 @@ jobs: with: go-version: '>=1.20' - run: go test -race -covermode=atomic -coverprofile=coverage.out ./... - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: coverage.out