Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanslack authored Jun 23, 2024
1 parent 8452702 commit fddb003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --show-source --statistics --exclude=develop/tools/generate_INNO_setup.py,tests,debian,docs,videomass/art,videomass/FFMPEG,videomass/locale,videomass/share --per-file-ignores="videomass/gui_app.py:F401"
flake8 . --count --show-source --statistics --exclude=develop/tools/generate_INNO_setup.py,tests,debian,docs,xdg,videomass/data --per-file-ignores="videomass/gui_app.py:F401"
# exit-zero treats all errors as warnings. The GitHub editor is 79 chars wide
flake8 . --count --exit-zero --max-complexity=15 --max-line-length=79 --ignore=F821,W503,C901 --statistics --exclude=develop/tools/generate_INNO_setup.py,tests,debian,docs,videomass/art,videomass/FFMPEG,videomass/locale,videomass/share --per-file-ignores="videomass/gui_app.py:F401"
flake8 . --count --exit-zero --max-complexity=15 --max-line-length=79 --ignore=F821,W503,C901 --statistics --exclude=develop/tools/generate_INNO_setup.py,tests,debian,docs,xdg,videomass/data --per-file-ignores="videomass/gui_app.py:F401"
- name: Test with pytest
run: |
python3 tests/test_check_bin.py
Expand Down

0 comments on commit fddb003

Please sign in to comment.