We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335c4a4 commit 5febe90Copy full SHA for 5febe90
VERSION
@@ -1 +1 @@
1
-1!10.1.0
+1!10.1.1
tox.ini
@@ -20,7 +20,7 @@ deps =
20
[testenv:pytest]
21
envdir = {[common]envdir}
22
deps = {[common]deps}
23
-commands = {envpython} -m pytest --doctest-modules {posargs:--cov pycloudlib}
+commands = {envpython} -m pytest --doctest-modules --cov=pycloudlib --cov-branch {posargs:tests/unit_tests}
24
25
[testenv:mypy]
26
0 commit comments