File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ commands =
81
81
# flake8: flake8 {posargs:src/sasctl}
82
82
unit: {posargs:pytest --cov ={envsitepackagesdir}/sasctl --cov-report = tests/unit/}
83
83
# 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/}
85
85
# integration: {posargs:pytest --cov=C:\ProgramData\Anaconda3\envs\py37\Lib\site-packages\sasctl --disable-warnings tests\integration\}
86
86
codecov: codecov -e TOXENV
87
87
doc: sphinx-build -Ean -b html -j auto ./doc ./doc/_build/html
You can’t perform that action at this time.
0 commit comments