mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 17:56:11 +00:00
remove reviewdog
This commit is contained in:
parent
80f57983f1
commit
74ce3d88db
1 changed files with 0 additions and 16 deletions
16
.github/workflows/test.yaml
vendored
16
.github/workflows/test.yaml
vendored
|
@ -11,9 +11,6 @@ on:
|
|||
env:
|
||||
PR_TRIGGERED: ${{ github.event_name == 'pull_request' && github.repository == 'jellyfin/jellyfin-kodi' }}
|
||||
|
||||
permissions:
|
||||
checks: write
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -30,12 +27,6 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.py_version }}
|
||||
|
||||
- name: Setup reviewdog
|
||||
uses: reviewdog/action-setup@v1
|
||||
if: ${{ env.PR_TRIGGERED == 'true' && matrix.py_version == '3.9' }}
|
||||
with:
|
||||
reviewdog_version: nightly
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
@ -55,13 +46,6 @@ jobs:
|
|||
coverage xml
|
||||
coverage report
|
||||
|
||||
- name: Run reviewdog for PR checks-api
|
||||
if: ${{ env.PR_TRIGGERED == 'true' && matrix.py_version == '3.9' }}
|
||||
env:
|
||||
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cat flake8.output | reviewdog -reporter=github-pr-check -f=flake8 -name="flake8"
|
||||
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v2.1.0
|
||||
if: ${{ matrix.py_version == '3.9' }}
|
||||
|
|
Loading…
Reference in a new issue