We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1952d68 commit cc78613Copy full SHA for cc78613
.github/workflows/lint_test.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: 🛠️ Initialize the test database
45
run: mise start:tests
46
47
- - run: pytest django/tests/
+ - run: pytest --cov django/tests/
48
- run: ruff format --diff django/
49
- run: ruff check --output-format=github django/
50
- run: django-admin makemigrations --check --dry-run --noinput || (echo "⚠ Migration manquante ⚠"; exit 1)
0 commit comments