aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2022-08-06 14:51:54 +0300
committerGravatar GitHub <[email protected]>2022-08-06 14:51:54 +0300
commit154bba3dea105348d9f3fd06c887d072035e9e9c (patch)
treef97244502d3c0e940bd4a6dc00c55a64d786fc1f /pyproject.toml
parentAdded `last_applied` to `serializers` (diff)
parentMerge 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.toml2
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"