Skip to content

Commit da8c995

Browse files
committed
formatting fixes
1 parent 369b5da commit da8c995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
# Run all local tests in parallel (pickle tests have isolation via conftest.py)
7171
pytest -m "not mongo and not sql and not redis" -n auto --cov=cachier --cov-report=
72-
72+
7373
# Debug: Show current directory and all files created
7474
echo "=== Current directory: $(pwd) ==="
7575
echo "=== All files in current directory ==="
@@ -87,7 +87,7 @@ jobs:
8787
fi
8888
echo "=== Environment variables related to coverage ==="
8989
env | grep -i coverage || echo "No coverage-related env vars found"
90-
90+
9191
# Combine parallel coverage data and generate final report
9292
coverage combine
9393
coverage report

0 commit comments

Comments
 (0)