From 9976eb66b8ae986566067eace2441d82210f8c85 Mon Sep 17 00:00:00 2001 From: grouazel Date: Thu, 28 Nov 2024 14:49:11 +0100 Subject: [PATCH] add pytest-cov --- ci/requirements/environment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/requirements/environment.yaml b/ci/requirements/environment.yaml index 4d41c73..546c150 100644 --- a/ci/requirements/environment.yaml +++ b/ci/requirements/environment.yaml @@ -14,6 +14,7 @@ dependencies: # testing - pytest - pytest-reportlog + - pytest-cov - hypothesis - coverage # I/O