From 758670728d6750ad6272b575585003a6433dfe43 Mon Sep 17 00:00:00 2001 From: Kenneth Lippold Date: Fri, 26 Jul 2024 11:21:39 -0700 Subject: [PATCH] Update CI_CD_pipeline.yaml --- .github/workflows/CI_CD_pipeline.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI_CD_pipeline.yaml b/.github/workflows/CI_CD_pipeline.yaml index 58109f2..33723ad 100644 --- a/.github/workflows/CI_CD_pipeline.yaml +++ b/.github/workflows/CI_CD_pipeline.yaml @@ -43,7 +43,12 @@ jobs: - name: Run tests run: | - python -m pytest + python -m pytest \ + --cov=core \ + --cov=accounts \ + --cov=stapi \ + --cov-config=.coveragerc \ + --cov-report=term > coverage.txt env: DJANGO_SETTINGS_MODULE: hydroserver.settings DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres