Update config.yml

This commit is contained in:
Abubakar Abid 2021-10-13 23:05:40 -05:00 committed by GitHub
parent d05fff530f
commit 8d9bbdb60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
version: 2
orbs:
codecov: codecov/codecov@1.0.2
jobs:
build:
docker:
@ -15,7 +17,7 @@ jobs:
. venv/bin/activate
pip install --upgrade pip
pip install -r gradio.egg-info/requires.txt
pip install selenium==4.0.0a6.post2
pip install selenium==4.0.0a6.post2 coverage
- run:
command: |
chromedriver --version
@ -30,7 +32,9 @@ jobs:
- run:
command: |
. venv/bin/activate
python3 -m unittest
coverage run -m unittest
- codecov/upload:
file: '.coverage'
- store_artifacts:
path: /home/circleci/project/test/tmp
destination: screenshots