Fix pytest command in backend tests workflow

This commit is contained in:
pixelpaws
2025-09-25 15:57:59 +08:00
committed by GitHub
parent 7315aac9d8
commit 3f3e06de8a

View File

@@ -52,7 +52,7 @@ jobs:
COVERAGE_FILE: coverage/backend/.coverage
run: |
mkdir -p coverage/backend
pytest \
python -m pytest \
--cov=py \
--cov=standalone \
--cov-report=term-missing \