diff options
| author | 2020-06-21 15:11:30 +0200 | |
|---|---|---|
| committer | 2020-06-21 15:11:30 +0200 | |
| commit | b7addd0d2431112a7e2b02cf85f68924628c73ed (patch) | |
| tree | 006c0543f73f70f9da736c7d478cac9e2b7c7b6c /Pipfile | |
| parent | Merge branch 'master' into truncate-internal-eval (diff) | |
| parent | Merge pull request #1009 from python-discord/bug/mod/bot-2a/webhook-clyde (diff) | |
Merge branch 'master' into truncate-internal-eval
# Conflicts:
# bot/utils/__init__.py
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" |