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 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' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue