Accelerate Tests

- add only pytest to the circleci for testing it
This commit is contained in:
Ömer Faruk Özdemir 2022-02-08 20:23:59 +03:00
parent 91d09b15ea
commit cbb0a8d79c

View File

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