diff options
author | 2021-06-12 21:00:28 +0300 | |
---|---|---|
committer | 2021-06-12 21:00:28 +0300 | |
commit | 1b65c65a0eda9a7cc17a9f3e0d04d55561721fa1 (patch) | |
tree | 6fb9185a2a31a0a85d7f88f0475f3dd5714c3b0c | |
parent | Uses .coveragerc File (diff) |
Rename Test Task
Co-authored-by: Mark <[email protected]>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 652af0c55..40de23487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ lint = "pre-commit run --all-files" precommit = "pre-commit install" build = "docker build -t ghcr.io/python-discord/bot:latest -f Dockerfile ." push = "docker push ghcr.io/python-discord/bot:latest" -fast-test = "pytest -n auto" +test-nocov = "pytest -n auto" test = "pytest -n auto --cov-report= --cov" html = "coverage html" report = "coverage report" |