ci: scope firecracker backend to integration coverage

This commit is contained in:
2026-07-18 21:43:43 +00:00
committed by didericis
parent 58e450e61f
commit 54589b1cc2
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ echo "== unit ==" >&2
"$PY" -m coverage run -m unittest discover -t . -s tests/unit
echo "== integration (skips without Docker) ==" >&2
"$PY" -m coverage run --append -m unittest discover -t . -s tests/integration
BOT_BOTTLE_BACKEND=firecracker \
"$PY" -m coverage run --append -m unittest discover -t . -s tests/integration
echo "== combined report ==" >&2
"$PY" -m coverage report -m