Add pylint-exit
This commit is contained in:
parent
ac13a5e8a1
commit
9118b98c89
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements.txt && pip install -r requirements-dev.txt
|
run: pip install -r requirements.txt && pip install -r requirements-dev.txt
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt .
|
run: pylint --recursive=yes --output-format=parseable --output=lintreport.txt . || pylint-exit $?
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
run: |
|
run: |
|
||||||
coverage run -m py.test -v --junitxml=testresults.xml
|
coverage run -m py.test -v --junitxml=testresults.xml
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
black
|
black
|
||||||
coverage
|
coverage
|
||||||
pylint
|
pylint
|
||||||
|
pylint-exit
|
||||||
pytest
|
pytest
|
||||||
requests-mock
|
requests-mock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user