Skip to content

Commit 8ad56db

Browse files
tox.ini: Fix choking on venvs with symlink to dirs: skip untracked files
1 parent 2be5ada commit 8ad56db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ commands =
131131
coverage html -d {envlogdir}/htmlcov
132132
coverage html -d {envlogdir}/htmlcov-tests --fail-under {env:TESTS_COV_MIN:96} \
133133
--include="tests/*"
134-
diff-cover --compare-branch=origin/master --include-untracked \
134+
diff-cover --compare-branch=origin/master \
135135
{env:PY3_DIFFCOVER_OPTIONS} --fail-under {env:DIFF_COV_MIN:92} \
136136
--html-report {envlogdir}/coverage-diff.html \
137137
{envlogdir}/coverage.xml

0 commit comments

Comments
 (0)