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