diff options
author | 2022-08-06 14:51:54 +0300 | |
---|---|---|
committer | 2022-08-06 14:51:54 +0300 | |
commit | 154bba3dea105348d9f3fd06c887d072035e9e9c (patch) | |
tree | f97244502d3c0e940bd4a6dc00c55a64d786fc1f /pyproject.toml | |
parent | Added `last_applied` to `serializers` (diff) | |
parent | Merge pull request #741 from python-discord/speedup-tests (diff) |
Merge branch 'main' into api-last_applied
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 467fc8bc..8b98f94f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ start = "python manage.py run --debug" makemigrations = "python manage.py makemigrations" django_shell = "python manage.py shell" test = "coverage run manage.py test" -coverage = "coverage run manage.py test --no-input; coverage report -m" +coverage = "coverage run manage.py test --no-input && coverage report -m" report = "coverage report -m" lint = "pre-commit run --all-files" precommit = "pre-commit install" |