From ee909b3b3d3ac68e3104803c1bd39372973744c9 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 6 Mar 2024 12:36:26 +0100 Subject: [PATCH] add coverage in pipeline --- .gitea/workflows/ci-pipeline.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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