Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeannesson committed Oct 7, 2023
1 parent 93355a5 commit 1db15da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
ruff .
- name: Tests and coverage
run: make coverage
run: |
# make coverage
docker exec napse_dtk_dev_django coverage run manage.py test -v2 --keepdb
docker exec napse_dtk_dev_django coverage html
docker exec napse_dtk_dev_django coverage report
- name: Coverage value
run: |
Expand Down

0 comments on commit 1db15da

Please sign in to comment.