aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-06-20 13:53:00 +0200
committerGravatar kwzrd <[email protected]>2020-06-20 13:53:00 +0200
commit63802949402a21586b20c8d5873e1a053c730d2b (patch)
treec8fc51fa8aa6c579144dead4845ce0439e1d9c1e /Pipfile
parentIncidents tests: remove unnecessary patch (diff)
parentMerge pull request #1009 from python-discord/bug/mod/bot-2a/webhook-clyde (diff)
Merge branch 'origin/master' into kwzrd/incidents
Adds the `sub_clyde` function, which we'll apply to our webhook.
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"