diff options
| author | 2020-07-07 18:36:22 +0200 | |
|---|---|---|
| committer | 2020-07-07 18:36:22 +0200 | |
| commit | c4810304232543f56846f36508d961bbb4626912 (patch) | |
| tree | f8b0c027b8e2a31ff8ea558471f9540f7bab6eb8 /Pipfile | |
| parent | Use int literal instead of len for slice (diff) | |
| parent | Merge pull request #1021 from python-discord/feat/util/1019/slowmode (diff) | |
Merge branch 'master' into bug/mod/bot-4r/modlog-member-update
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" |