diff options
| author | 2020-06-26 04:13:12 -0400 | |
|---|---|---|
| committer | 2020-06-26 04:13:12 -0400 | |
| commit | bceffa49c85889e3d04304042a5666af0157c126 (patch) | |
| tree | bb7ce148cad87c149af695d0d245fd8fab6d549e /Pipfile | |
| parent | In LinePaginator, truncate words that exceed scale_to_size (diff) | |
| parent | Merge pull request #1002 from python-discord/bug/backend/bot-50/sync-ignore-g... (diff) | |
Merge branch 'master' into issue926-paginate-long-lines
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" |