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 7bbb6cb commit 2e21932Copy full SHA for 2e21932
jenkins.bat
@@ -3,4 +3,6 @@ docker-machine start default
3
REM Set the environment variables to use docker-machine and docker commands
4
FOR /f "tokens=*" %%i IN ('docker-machine env --shell cmd default') DO %%i
5
6
-python setup.py test --addopts --junit-xml=tests.xml
+python setup.py test --addopts "--junit-xml=tests.xml --cov-report xml --cov cwltool"
7
+pip install codecov
8
+codecov
0 commit comments