mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
blocks-tests
- move formatting checks before tests
This commit is contained in:
parent
ac4568d109
commit
16ca4609e8
@ -38,11 +38,6 @@ jobs:
|
||||
- run:
|
||||
command: |
|
||||
mkdir screenshots
|
||||
- run:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
coverage run -m pytest
|
||||
coverage xml
|
||||
- run:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
@ -55,6 +50,11 @@ jobs:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
python -m flake8 --ignore=E731,E501,E722,W503,E126,F401,E203 gradio test
|
||||
- run:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
coverage run -m pytest
|
||||
coverage xml
|
||||
- codecov/upload:
|
||||
file: 'coverage.xml'
|
||||
- store_artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user