add coverage in pipeline

This commit is contained in:
Cayo Puigdefabregas 2024-03-06 12:36:26 +01:00
parent 642a3254eb
commit ee909b3b3d

View file

@ -68,7 +68,9 @@ jobs:
- name: Run tests
run: |
source venv/bin/activate
python manage.py test
coverage run manage.py test
coverage report
# python manage.py test
ssikit-tests:
needs: test