mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-10 18:36:33 +00:00
Disable codecov
This commit is contained in:
parent
6190a6b79d
commit
3fe6cd557d
1 changed files with 8 additions and 8 deletions
16
.github/workflows/python-sanity.yaml
vendored
16
.github/workflows/python-sanity.yaml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue