From 7183f34522f42461c37ed62f3e8ebdb1659dd96d Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 12 Feb 2025 11:33:12 -0500 Subject: [PATCH] chore: fix GHA coverage --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index a448b49..de0810d 100644 --- a/tox.ini +++ b/tox.ini @@ -20,6 +20,8 @@ extras = [testenv:coverage] basepython = python3.12 commands = +# Install in develop mode to ensure GHA coverage picks up the extension. + pip install -e . coverage run --source=hypatia {envbindir}/pytest coverage report -m --fail-under=100 setenv =