Add pseudo_builder to coverage
All checks were successful
continuous-integration/drone/push Build is passing

Even though nothing is reported because an integration test is run
by using a subshell
This commit is contained in:
IamTheFij 2024-11-06 20:22:41 -08:00
parent 35b07836e8
commit 7ecbf2c5cd

View File

@ -48,7 +48,7 @@ dependencies = [
[tool.hatch.envs.test.scripts] [tool.hatch.envs.test.scripts]
run = [ run = [
"coverage erase", "coverage erase",
"coverage run --source=release_gitter -m unittest discover -p '*_test.py'", "coverage run --source=release_gitter,pseudo_builder -m unittest discover -p '*_test.py'",
"coverage report -m # --fail-under 70", "coverage report -m # --fail-under 70",
] ]