Skip to content

Commit

Permalink
Acutally run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo-devries committed Dec 20, 2023
1 parent 1f7630c commit cdc2b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Test with Django test runner
run: |
poetry run coverage run --branch -- ./manage.py test
poetry run coverage run --branch -- ./manage.py test tests/
poetry run coverage xml --include="oscar_odin/*" -o dist/coverage.xml
poetry run coverage report --include="oscar_odin/*"

0 comments on commit cdc2b3c

Please sign in to comment.