8000 Test code coverage adjustments #4.2 · sassoftware/python-sasctl@6de6dfa · GitHub
[go: up one dir, main page]

Skip to content

Commit 6de6dfa

Browse files
committed
Test code coverage adjustments #4.2
1 parent c7dee54 commit 6de6dfa

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
@@ -81,7 +81,7 @@ commands =
8181
# flake8: flake8 {posargs:src/sasctl}
8282
unit: {posargs:pytest --cov={envsitepackagesdir}/sasctl --cov-report= tests/unit/}
8383
# unit: {posargs:pytest --cov=C:\ProgramData\Anaconda3\envs\py37\Lib\site-packages\sasctl --disable-warnings tests\unit\}
84-
# integration: {posargs:pytest --cov={envsitepackagesdir}/sasctl --cov-report= tests/integration/}
84+
integration: {posargs:pytest --cov={envsitepackagesdir}/sasctl --cov-report= tests/integration/}
8585
# integration: {posargs:pytest --cov=C:\ProgramData\Anaconda3\envs\py37\Lib\site-packages\sasctl --disable-warnings tests\integration\}
8686
codecov: codecov -e TOXENV
8787
doc: sphinx-build -Ean -b html -j auto ./doc ./doc/_build/html

0 commit comments

Comments
 (0)
0