aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-06-22 21:31:03 -0700
committerGravatar MarkKoz <[email protected]>2020-06-22 21:31:03 -0700
commitfb9a77b3639d1388d7e487016ef75fce5af2e3ff (patch)
tree7a913f7b6b13dd8760ffcd16ccb8cacdf733ffdf /Pipfile
parentCode block: remove needless f-strings (diff)
parentMerge pull request #1002 from python-discord/bug/backend/bot-50/sync-ignore-g... (diff)
Merge remote-tracking branch 'origin/master' into bug/utility/829/non-py-code-detection
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"