aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-06-22 16:57:46 +0200
committerGravatar GitHub <[email protected]>2020-06-22 16:57:46 +0200
commit68cf1afe813da622b625fa6e4d892f23877e4a75 (patch)
treec5434ae39fe12be36bc8b7c7607cac336db82b8e /Pipfile
parentSync: fix guild ID check (diff)
parentMerge pull request #950 from ks129/logging-tests (diff)
Merge branch 'master' into bug/backend/bot-50/sync-ignore-guilds
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"