File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ before_script:
1010
1111script :
1212 - pylint stock_alerter/ -f parseable > analysis.txt || true
13- - nose2 -X -C --coverage-report xml
13+ - nose2 --junit-xml --with-coverage
1414
1515after_script :
1616 - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
17- - testspace analysis.txt{issues} [Tests] nose2.xml{stock_alerter} coverage.xml $TESTSPACE_TOKEN/${TRAVIS_BRANCH}#travis.Build.${TRAVIS_BUILD_NUMBER}
17+ - testspace analysis.txt{issues} nose2.xml{stock_alerter} coverage.xml $TESTSPACE_TOKEN/${TRAVIS_BRANCH}#travis.Build.${TRAVIS_BUILD_NUMBER}
1818
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies:
1010test :
1111 override :
1212 - pylint stock_alerter/ -f parseable > analysis.txt || true
13- - nose2 -X -C --coverage-report xml
13+ - nose2 --junit-xml --with-coverage
1414
1515 post :
1616 - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
17- - testspace analysis.txt{issues} [Tests] nose2.xml{stock_alerter} coverage.xml $TESTSPACE_TOKEN/${CIRCLE_BRANCH}#circle.Build.${CIRCLE_BUILD_NUM}
17+ - testspace analysis.txt{issues} nose2.xml{stock_alerter} coverage.xml $TESTSPACE_TOKEN/${CIRCLE_BRANCH}#circle.Build.${CIRCLE_BUILD_NUM}
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ before_script:
1313
1414script :
1515 - pylint stock_alerter/ -f parseable > analysis.txt || true
16- - nose2 -X -C --coverage-report xml
16+ - nose2 --junit-xml --with-coverage
1717
1818after_script :
1919 - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
20- - testspace analysis.txt{issues} [Tests] nose2.xml{stock_alerter} coverage.xml $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}
20+ - testspace analysis.txt{issues} nose2.xml{stock_alerter} coverage.xml $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}
You can’t perform that action at this time.
0 commit comments