Skip to content

Commit 27ba531

Browse files
authored
Merge branch 'main' into chore_tree_coverage
2 parents a6563d4 + 21f196d commit 27ba531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ set_env =
3232
PRE_COMMIT_COLOR = always
3333
TERM = xterm-256color
3434
commands_pre =
35-
python -c 'import pathlib; pathlib.Path("{env_site_packages_dir}/cov.pth").write_text("import coverage; coverage.process_startup()")'
3635
sh -c "rm -f {envdir}/.coverage* 2>/dev/null || true"
3736
commands =
37+
python -c 'import pathlib; pathlib.Path("{env_site_packages_dir}/cov.pth").write_text("import coverage; coverage.process_startup()")'
3838
coverage run -m pytest {posargs:-n auto}
3939
{py,py310,py311,py312,py313}: sh -c " \
4040
coverage combine -q --data-file={envdir}/.coverage {envdir}/.coverage.* && \

0 commit comments

Comments
 (0)