diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 28512e3..086e4a3 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -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