mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
added coverage workflow
This commit is contained in:
parent
087f38ae1f
commit
25b619f6cb
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Generate Report
|
||||
run: |
|
||||
pip install .
|
||||
pip install coverage
|
||||
pip install selenium coverage
|
||||
coverage run -m unittest
|
||||
- name: Upload Coverage to Codecov
|
||||
uses: codecov/codecov-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user