add coverage in pipeline

This commit is contained in:
Cayo Puigdefabregas 2024-03-06 12:36:26 +01:00
parent 642a3254eb
commit ee909b3b3d
1 changed files with 3 additions and 1 deletions

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