aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-06-20 01:39:56 +0200
committerGravatar GitHub <[email protected]>2020-06-20 01:39:56 +0200
commit28919b6cbe0e9e037cfa1cd2ac7b18dc66d3edc2 (patch)
tree1d94ccc3583a73565965043f3d29898575d85465 /Pipfile
parentWrite unit test for `sub_clyde` (diff)
parentMerge pull request #1015 from python-discord/kwzrd/pipenv-html-script (diff)
Merge branch 'master' into bug/mod/bot-2a/webhook-clyde
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"