From 3b2ab66e654ca288e46bbb603f6e0a6e92899581 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:04:10 +0100 Subject: [PATCH] FIX: run coverage `tox` job over `tests` folder --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9207dae..6747203 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ description = allowlist_externals = pytest commands = - pytest {posargs:tests/unit} \ + pytest {posargs:tests} \ --cov-fail-under=90 \ --cov-report=html \ --cov-report=xml \