add coverage in pipeline
This commit is contained in:
parent
642a3254eb
commit
ee909b3b3d
|
@ -68,7 +68,9 @@ jobs:
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
python manage.py test
|
coverage run manage.py test
|
||||||
|
coverage report
|
||||||
|
# python manage.py test
|
||||||
|
|
||||||
ssikit-tests:
|
ssikit-tests:
|
||||||
needs: test
|
needs: test
|
||||||
|
|
Loading…
Reference in New Issue