diff options
author | 2019-09-15 23:55:11 +0200 | |
---|---|---|
committer | 2019-09-17 23:12:09 +1000 | |
commit | 39a28ca7eb2ba7966677b5283bce1ebdf8974ee1 (patch) | |
tree | 53b669307746c00b8c05056bcea46c1a48d3cb42 /Pipfile | |
parent | Fix InfractionSearchQuery (diff) |
Add coverage reporting to tests.
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" |