Skip to content

Commit 5febe90

Browse files
committed
ci(pytest): modify tox -e pytest to gather branch coverage
1 parent 335c4a4 commit 5febe90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1!10.1.0
1+
1!10.1.1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deps =
2020
[testenv:pytest]
2121
envdir = {[common]envdir}
2222
deps = {[common]deps}
23-
commands = {envpython} -m pytest --doctest-modules {posargs:--cov pycloudlib}
23+
commands = {envpython} -m pytest --doctest-modules --cov=pycloudlib --cov-branch {posargs:tests/unit_tests}
2424

2525
[testenv:mypy]
2626
envdir = {[common]envdir}

0 commit comments

Comments
 (0)