Skip to content

Commit efa206d

Browse files
committed
unix/Makefile: Make "coverage_test" target mirror Travis test actions.
1 parent 97f3797 commit efa206d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

unix/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@ coverage:
243243
coverage_test: coverage
244244
$(eval DIRNAME=$(notdir $(CURDIR)))
245245
cd ../tests && MICROPY_MICROPYTHON=../$(DIRNAME)/micropython_coverage ./run-tests
246+
cd ../tests && MICROPY_MICROPYTHON=../$(DIRNAME)/micropython_coverage ./run-tests -d thread
246247
cd ../tests && MICROPY_MICROPYTHON=../$(DIRNAME)/micropython_coverage ./run-tests --emit native
248+
cd ../tests && MICROPY_MICROPYTHON=../$(DIRNAME)/micropython_coverage ./run-tests --via-mpy -d basics float
247249
gcov -o build-coverage/py ../py/*.c
248250
gcov -o build-coverage/extmod ../extmod/*.c
249251

0 commit comments

Comments
 (0)