From 39a28ca7eb2ba7966677b5283bce1ebdf8974ee1 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 15 Sep 2019 23:55:11 +0200 Subject: Add coverage reporting to tests. --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') 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" -- cgit v1.2.3