aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-18 00:35:51 +1000
committerGravatar GitHub <[email protected]>2019-09-18 00:35:51 +1000
commitd2a036c83432203b401a5645141b76f907e726c4 (patch)
tree8ef97d393f6635094e1fdb1e5415851ca285d7e4 /Pipfile
parentAdd tests for `bot.converters`. (#418) (diff)
parentMerge 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--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index eaef3bd65..273db04d2 100644
--- a/Pipfile
+++ b/Pipfile
@@ -32,6 +32,7 @@ pre-commit = "~=1.18"
safety = "*"
dodgy = "*"
pytest = "*"
+pytest-cov = "*"
[requires]
python_version = "3.7"