From 8ac2a7ee5d208e438fc45cca8deeb416121e94a1 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:31:52 +0000 Subject: [PATCH] fix: missing dependency to run coverage test --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 783b5c1..07ae925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,6 +39,7 @@ test = [ "flask-sqlalchemy >= 2.5.1", "psycopg2 >= 2.9.3", "pytest >= 7.4.3", + "pytest-cov", ] dev = [ "nox", -- GitLab