We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df20b28 commit 8251d8cCopy full SHA for 8251d8c
1 file changed
.travis.yml
@@ -61,7 +61,7 @@ script:
61
- (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --via-mpy -d basics float)
62
63
# run coveralls coverage analysis (try to, even if some builds/tests failed)
64
- - (cd unix && coveralls --root .. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod)
+ #- (cd unix && coveralls --root .. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod)
65
66
after_failure:
67
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
0 commit comments