diff options
| author | 2019-09-18 00:35:51 +1000 | |
|---|---|---|
| committer | 2019-09-18 00:35:51 +1000 | |
| commit | d2a036c83432203b401a5645141b76f907e726c4 (patch) | |
| tree | 8ef97d393f6635094e1fdb1e5415851ca285d7e4 /Pipfile | |
| parent | Add tests for `bot.converters`. (#418) (diff) | |
| parent | Merge branch 'master' into add-pytest-cov (diff) | |
Add coverage reporting & JUnit XML to tests. (#432)
Add coverage reporting & JUnit XML to tests.
Co-authored-by: null <[email protected]>
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ pre-commit = "~=1.18" safety = "*" dodgy = "*" pytest = "*" +pytest-cov = "*" [requires] python_version = "3.7" |