diff options
author | 2022-08-04 09:31:18 +0100 | |
---|---|---|
committer | 2022-08-04 09:31:18 +0100 | |
commit | 86af9791cdd51e4670396bbbdea968168b74f4e8 (patch) | |
tree | fed9ef2740c58f02d07aed10fe0c8c509a17d848 /pyproject.toml | |
parent | Merge pull request #751 from python-discord/add-infraction-last-applied (diff) | |
parent | Merge branch 'main' into speedup-tests (diff) |
Merge pull request #741 from python-discord/speedup-tests
Remove IP Specification From Compose Ports
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" |