diff options
| author | 2020-06-20 01:39:56 +0200 | |
|---|---|---|
| committer | 2020-06-20 01:39:56 +0200 | |
| commit | 28919b6cbe0e9e037cfa1cd2ac7b18dc66d3edc2 (patch) | |
| tree | 1d94ccc3583a73565965043f3d29898575d85465 /Pipfile | |
| parent | Write unit test for `sub_clyde` (diff) | |
| parent | Merge pull request #1015 from python-discord/kwzrd/pipenv-html-script (diff) | |
Merge branch 'master' into bug/mod/bot-2a/webhook-clyde
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" |