Skip to content

Commit e96322c

Browse files
tox.ini: No longer exclude dmv.py and update project coverage to 95%
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent abb09b0 commit e96322c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ commands =
123123
coverage xml -o {envlogdir}/coverage.xml --fail-under {env:XCP_COVERAGE_MIN:78}
124124
coverage lcov -o {envlogdir}/coverage.lcov
125125
coverage html -d {envlogdir}/htmlcov
126-
coverage html -d {envlogdir}/htmlcov-tests --fail-under {env:TESTS_COVERAGE_MIN:96} \
126+
coverage html -d {envlogdir}/htmlcov-tests --fail-under {env:TESTS_COVERAGE_MIN:95} \
127127
--include="tests/*"
128-
diff-cover --compare-branch=origin/master --exclude xcp/dmv.py \
128+
diff-cover --compare-branch=origin/master \
129129
{env:PY3_DIFFCOVER_OPTIONS} --fail-under {env:DIFF_COVERAGE_MIN:92} \
130130
--html-report {envlogdir}/coverage-diff.html \
131131
{envlogdir}/coverage.xml

0 commit comments

Comments
 (0)