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 676dc1c commit 6e83960Copy full SHA for 6e83960
circle.yml
@@ -1,7 +1,7 @@
1
test:
2
override:
3
- mbed --version
4
- - py.test test
+ - py.test test --cov=./mbed --cov-branch --cov-report html:${CIRCLE_ARTIFACTS}/coverage_output --cov-report term --durations=20 --color=yes
5
- mbed toolchain -G GCC_ARM
6
- mbed target -G K64F
7
- mbed config -G protocol ssh
@@ -76,7 +76,7 @@ test:
76
77
dependencies:
78
pre:
79
- - sudo pip install pytest
+ - sudo pip install pytest pytest-cov
80
- git config --global user.email "test@mbed.org"
81
- git config --global user.name "mbed Test"
82
- echo -e "[ui]\nusername = mbed Test <test@mbed.org>\n" > ~/.hgrc
0 commit comments