From e59380346867a003404670379fd47dc8d4ee6d76 Mon Sep 17 00:00:00 2001 From: Ed Date: Thu, 13 Apr 2023 14:47:19 +0100 Subject: [PATCH] Try removing coverage command --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 038b9be..fa878bd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ test=pytest [tool:pytest] -addopts=--cov=luno_python tests/ +addopts=tests/ \ No newline at end of file