1 parent 97f3797 commit efa206dCopy full SHA for efa206d
1 file changed
unix/Makefile
@@ -243,7 +243,9 @@ coverage:
243
coverage_test: coverage
244
$(eval DIRNAME=$(notdir $(CURDIR)))
245
cd ../tests && MICROPY_MICROPYTHON=../$(DIRNAME)/micropython_coverage ./run-tests
246
+ cd ../tests && MICROPY_MICROPYTHON=../$(DIRNAME)/micropython_coverage ./run-tests -d thread
247
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
249
gcov -o build-coverage/py ../py/*.c
250
gcov -o build-coverage/extmod ../extmod/*.c
251
0 commit comments