Skip to content

Commit

Permalink
coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilorv committed Apr 3, 2025
1 parent eca208e commit 2291724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: |
docker compose -f docker-compose.stag.yml up --force-recreate --build -d
docker exec secfit_stag_backend python manage.py test tests || exit 1
docker exec secfit_stag_backend coverage run .\manage.py test tests
docker exec secfit_stag_backend coverage report
docker compose -f docker-compose.stag.yml down
- name: Build and run docker image
Expand Down
1 change: 1 addition & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ validators==0.33.0
win32-setctime==1.1.0
djangorestframework-simplejwt==5.3.1
pytest==8.3.5
coverage==7.8.0

0 comments on commit 2291724

Please sign in to comment.