added codecov

This commit is contained in:
Abubakar Abid 2021-10-13 23:18:33 -05:00
parent 5879be23e4
commit eb7bc8f98e
2 changed files with 3 additions and 1 deletions

View File

@ -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
View File

@ -8,6 +8,7 @@ gradio.egg-info/*
staticfiles
.env
.coverage
coverage.xml
*.sqlite3
.idea/*
*.ipynb