diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 0da4654ba..23d7aa293 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,8 +20,6 @@ jobs: with: persist-credentials: false - name: Submit code coverage results - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} run: | echo "" > coverage.txt export MOCK_API=true && go test -mod=vendor -v ./... -coverprofile coverage.txt