Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit 6ed00bb

Browse files
authored
Update tox.ini
1 parent 4f6edcd commit 6ed00bb

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
@@ -25,7 +25,7 @@ set_env =
2525
commands =
2626
cargo tarpaulin --no-default-features --out Html --output-dir {env_dir}
2727
python -m pytest {tty:--color=yes} {posargs: \
28-
--junitxml {toxworkdir}{/}junit.{envname}.xml --cov {envsitepackagesdir}{/}pyproject_fmt \
28+
--junitxml {toxworkdir}{/}junit.{envname}.xml --cov {envsitepackagesdir}{/}pyproject_fmt_rust \
2929
--cov {toxinidir}{/}tests --cov-fail-under=100 \
3030
--cov-config=pyproject.toml --no-cov-on-fail --cov-report term-missing:skip-covered --cov-context=test \
3131
--cov-report html:{envtmpdir}{/}htmlcov --cov-report xml:{toxworkdir}{/}coverage.{envname}.xml \

0 commit comments

Comments
 (0)