diff --git a/circle.yml b/circle.yml index ea331126..dc2a309b 100644 --- a/circle.yml +++ b/circle.yml @@ -1,7 +1,8 @@ test: override: - mbed --version - - py.test test + - py.test test --cov=. --cov-branch --cov-report html:${CIRCLE_ARTIFACTS}/coverage_output --cov-report term --durations=20 --color=yes + - coveralls - mbed toolchain -G GCC_ARM - mbed target -G K64F - mbed config -G protocol ssh @@ -73,10 +74,9 @@ test: mbed export -S - dependencies: pre: - - sudo pip install pytest + - sudo pip install pytest pytest-cov coveralls - git config --global user.email "test@mbed.org" - git config --global user.name "mbed Test" - echo -e "[ui]\nusername = mbed Test \n" > ~/.hgrc