From cdc2b3ca792b45769fc413c6c5fb099b49691d51 Mon Sep 17 00:00:00 2001 From: Viggo de Vries Date: Wed, 20 Dec 2023 14:37:08 +0100 Subject: [PATCH] Acutally run the tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 83f2230..86fa1db 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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/*"