Skip to content

Commit 2e21932

Browse files
committed
measure code coverage on windows
1 parent 7bbb6cb commit 2e21932

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jenkins.bat

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ docker-machine start default
33
REM Set the environment variables to use docker-machine and docker commands
44
FOR /f "tokens=*" %%i IN ('docker-machine env --shell cmd default') DO %%i
55

6-
python setup.py test --addopts --junit-xml=tests.xml
6+
python setup.py test --addopts "--junit-xml=tests.xml --cov-report xml --cov cwltool"
7+
pip install codecov
8+
codecov

0 commit comments

Comments
 (0)