chore(): infrastructure improvements

This commit is contained in:
ITQ
2026-02-12 14:44:25 +03:00
parent 9181d2980a
commit cb9692089f
19 changed files with 134 additions and 270 deletions
+5
View File
@@ -56,6 +56,11 @@ test:
test-coverage:
@ uv run coverage run --source="." manage.py test
# show coverage report
[group('test')]
show-coverage:
@ uv run coverage report
# generates migrations
[group('generate')]
generate-migrations: