ci: disable coverage collection for e2e tests

This commit is contained in:
2026-05-09 11:10:42 +03:00
parent bba5083154
commit 2b8a5676bd

View File

@@ -73,4 +73,4 @@ steps:
- pip install uv - pip install uv
- uv run blog & - uv run blog &
- sleep 5 - sleep 5
- uv run pytest tests/e2e/ -v - uv run pytest tests/e2e/ -v --no-cov