mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-25 12:10:31 +08:00
added codecov
This commit is contained in:
parent
5879be23e4
commit
eb7bc8f98e
@ -33,8 +33,9 @@ jobs:
|
||||
command: |
|
||||
. venv/bin/activate
|
||||
coverage run -m unittest
|
||||
coverage xml
|
||||
- codecov/upload:
|
||||
file: '.coverage'
|
||||
file: 'coverage.xml'
|
||||
- store_artifacts:
|
||||
path: /home/circleci/project/test/tmp
|
||||
destination: screenshots
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ gradio.egg-info/*
|
||||
staticfiles
|
||||
.env
|
||||
.coverage
|
||||
coverage.xml
|
||||
*.sqlite3
|
||||
.idea/*
|
||||
*.ipynb
|
||||
|
Loading…
x
Reference in New Issue
Block a user