File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
test :
2
2
override :
3
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
4
+ - py.test test --cov=. --cov-branch --cov-report html:${CIRCLE_ARTIFACTS}/coverage_output --cov-report term --durations=20 --color=yes
5
+ - coveralls
5
6
- mbed toolchain -G GCC_ARM
6
7
- mbed target -G K64F
7
8
- mbed config -G protocol ssh
76
77
77
78
dependencies :
78
79
pre :
79
- - sudo pip install pytest pytest-cov
80
+ - sudo pip install pytest pytest-cov coveralls
80
81
-
git config --global user.email "[email protected] "
81
82
- git config --global user.name "mbed Test"
82
83
-
echo -e "[ui]\nusername = mbed Test <[email protected] >\n" > ~/.hgrc
You can’t perform that action at this time.
0 commit comments