Skip to content

Commit f6411c4

Browse files
author
David Hyman
authored
Update circle.yml
1 parent 6e83960 commit f6411c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test:
22
override:
33
- 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=mbed --cov-branch --cov-report html:${CIRCLE_ARTIFACTS}/coverage_output --cov-report term --durations=20 --color=yes
55
- mbed toolchain -G GCC_ARM
66
- mbed target -G K64F
77
- mbed config -G protocol ssh

0 commit comments

Comments
 (0)