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 4355475 commit 732ee0c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,10 @@ jobs:
pip install ruff
ruff .
- name: Tests and coverage 1
- name: Tests and coverage
run: |
docker exec napse_dtk_dev_django coverage run manage.py test -v2 --keepdb
- name: Tests and coverage 2
run: |
docker exec napse_dtk_dev_django coverage html
- name: Tests and coverage 3
run: |
docker exec napse_dtk_dev_django coverage report
sleep 15
make coverage
- name: Coverage value
run: |
Expand Down

0 comments on commit 732ee0c

Please sign in to comment.