aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Kyle Stanley <[email protected]>2020-06-26 04:13:12 -0400
committerGravatar GitHub <[email protected]>2020-06-26 04:13:12 -0400
commitbceffa49c85889e3d04304042a5666af0157c126 (patch)
treebb7ce148cad87c149af695d0d245fd8fab6d549e /Pipfile
parentIn LinePaginator, truncate words that exceed scale_to_size (diff)
parentMerge pull request #1002 from python-discord/bug/backend/bot-50/sync-ignore-g... (diff)
Merge branch 'master' into issue926-paginate-long-lines
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"