Disable codecov

This commit is contained in:
Odd Stråbø 2020-09-29 01:06:00 +02:00
commit 3fe6cd557d

View file

@ -61,14 +61,14 @@ jobs:
coverage run coverage run
coverage report coverage report
- name: Upload coverage report to Codecov # - name: Upload coverage report to Codecov
if: ${{ steps.tests.conclusion == 'success' }} # if: ${{ steps.tests.conclusion == 'success' }}
env: # env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: | # run: |
coverage xml # coverage xml
bash <(curl -s https://codecov.io/bash) \ # bash <(curl -s https://codecov.io/bash) \
|| echo "::warning ::Codecov upload failed" # || echo "::warning ::Codecov upload failed"
- name: Error on flake8 - name: Error on flake8
if: ${{ steps.flake8.outputs.lint != 'ok' }} if: ${{ steps.flake8.outputs.lint != 'ok' }}