From 2d4450e0482f549e6c2ae9dc79d9014a2e27908f Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Fri, 20 Jan 2023 20:58:13 -0800 Subject: [PATCH] Fix path issue so latest coverage works Signed-off-by: Alex Forencich --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0c8d12f..43e951c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -62,6 +62,7 @@ python = [testenv] setenv = COVERAGE=1 +usedevelop = True deps = pytest == 7.2.1 @@ -70,7 +71,7 @@ deps = cocotb-bus == 0.2.1 cocotb-test == 0.2.2 cocotbext-axi == 0.1.18 - coverage == 5.5 + coverage == 7.0.5 pytest-cov == 4.0.0 commands =