diff options
| author | 2020-06-20 13:53:00 +0200 | |
|---|---|---|
| committer | 2020-06-20 13:53:00 +0200 | |
| commit | 63802949402a21586b20c8d5873e1a053c730d2b (patch) | |
| tree | c8fc51fa8aa6c579144dead4845ce0439e1d9c1e /Pipfile | |
| parent | Incidents tests: remove unnecessary patch (diff) | |
| parent | Merge 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-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |