diff --git a/.github/workflows/python-sanity.yaml b/.github/workflows/python-sanity.yaml index 171dbfc9..a0ab1b77 100644 --- a/.github/workflows/python-sanity.yaml +++ b/.github/workflows/python-sanity.yaml @@ -61,14 +61,14 @@ jobs: coverage run coverage report - - name: Upload coverage report to Codecov - if: ${{ steps.tests.conclusion == 'success' }} - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - run: | - coverage xml - bash <(curl -s https://codecov.io/bash) \ - || echo "::warning ::Codecov upload failed" +# - name: Upload coverage report to Codecov +# if: ${{ steps.tests.conclusion == 'success' }} +# env: +# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} +# run: | +# coverage xml +# bash <(curl -s https://codecov.io/bash) \ +# || echo "::warning ::Codecov upload failed" - name: Error on flake8 if: ${{ steps.flake8.outputs.lint != 'ok' }}