blocks-tests

- move formatting checks before tests
This commit is contained in:
Ömer Faruk Özdemir 2022-03-29 19:18:27 +03:00
parent ac4568d109
commit 16ca4609e8

View File

@ -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: