Skip to content

Commit c7a8ed5

Browse files
asmacdoclaude
andcommitted
Write coverage.xml to /tmp instead of repo root
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ef2b97f commit c7a8ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest_in_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ docker run -it \
88
pennlinc/slurm-docker-ci:0.14 \
99
bash -c "pip install -e .[tests] && pytest -svx \
1010
--cov-report=term-missing \
11-
--cov-report=xml \
11+
--cov-report=xml:/tmp/coverage.xml \
1212
--cov=babs \
1313
--pdb \
1414
/babs/tests/"

0 commit comments

Comments
 (0)