Skip to content

Commit

Permalink
Update CI_CD_pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlippold authored Jul 26, 2024
1 parent 37f6684 commit 7586707
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI_CD_pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7586707

Please sign in to comment.