diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index afc25d10..0f344d74 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -60,10 +60,3 @@ jobs: ${{ runner.os }}-go- - name: Run linter and tests run: make test-coverage-custom - - name: Update code coverage - uses: codecov/codecov-action@v4.0.1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - flags: unittests - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false)