mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
Accelerate Tests
- add only pytest to the circleci for testing it
This commit is contained in:
parent
91d09b15ea
commit
cbb0a8d79c
@ -41,10 +41,13 @@ jobs:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
python -m pytest
|
||||
- run:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
coverage run -m pytest
|
||||
coverage xml
|
||||
- codecov/upload:
|
||||
file: 'coverage.xml'
|
||||
file: 'coverage.xml'
|
||||
- store_artifacts:
|
||||
path: /home/circleci/project/test/tmp
|
||||
destination: screenshots
|
||||
|
Loading…
x
Reference in New Issue
Block a user