diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 537bc991..c8cead97 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -32,7 +32,3 @@ jobs: go-version: ${{ matrix.go-version }} - name: test run: make test - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}