We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369b5da commit da8c995Copy full SHA for da8c995
1 file changed
.github/workflows/ci-test.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
# Run all local tests in parallel (pickle tests have isolation via conftest.py)
71
pytest -m "not mongo and not sql and not redis" -n auto --cov=cachier --cov-report=
72
-
+
73
# Debug: Show current directory and all files created
74
echo "=== Current directory: $(pwd) ==="
75
echo "=== All files in current directory ==="
@@ -87,7 +87,7 @@ jobs:
87
fi
88
echo "=== Environment variables related to coverage ==="
89
env | grep -i coverage || echo "No coverage-related env vars found"
90
91
# Combine parallel coverage data and generate final report
92
coverage combine
93
coverage report
0 commit comments