aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2020-06-21 15:11:30 +0200
committerGravatar Numerlor <[email protected]>2020-06-21 15:11:30 +0200
commitb7addd0d2431112a7e2b02cf85f68924628c73ed (patch)
tree006c0543f73f70f9da736c7d478cac9e2b7c7b6c /Pipfile
parentMerge branch 'master' into truncate-internal-eval (diff)
parentMerge pull request #1009 from python-discord/bug/mod/bot-2a/webhook-clyde (diff)
Merge branch 'master' into truncate-internal-eval
# Conflicts: # bot/utils/__init__.py
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index b42ca6d58..33be99587 100644
--- a/Pipfile
+++ b/Pipfile
@@ -50,4 +50,5 @@ precommit = "pre-commit install"
build = "docker build -t pythondiscord/bot:latest -f Dockerfile ."
push = "docker push pythondiscord/bot:latest"
test = "coverage run -m unittest"
+html = "coverage html"
report = "coverage report"