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 6e83960 commit f6411c4Copy full SHA for f6411c4
circle.yml
@@ -1,7 +1,7 @@
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=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
0 commit comments