Update ci-python-poetry-with-docker.yml

This commit is contained in:
Luke Tainton 2024-11-21 21:22:50 +00:00 committed by GitHub
parent 3b7f9e96f3
commit 64b5b1cabd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: poetry install
- name: Lint
run: poetry run pylint --recursive=yes --output-format=parseable --output=lintreport.txt . || pylint-exit $?
run: poetry run pylint --fail-under=8 --recursive=yes --output-format=parseable --output=lintreport.txt .
- name: Unit Test
run: |
poetry run coverage run -m pytest -v --junitxml=testresults.xml