aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-06-07 22:30:11 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-06-07 22:30:11 +0300
commitfb053e488308885a7980812d5c790b9fb33ea575 (patch)
tree08e389910911dd3020f6100ef9dc5b9993b3966c /pyproject.toml
parentAdds Fast-Test Task (diff)
Adds Tests To Coverage Source
Signed-off-by: Hassan Abouelela <[email protected]>
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 774fe075c..12c37348f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -62,6 +62,6 @@ 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 = "pytest -n auto --cov-report= --cov bot"
+test = "pytest -n auto --cov-report= --cov bot --cov tests"
html = "coverage html"
report = "coverage report"