mirror of
https://github.com/espressif/openthread.git
synced 2026-08-30 22:09:54 +00:00
travis: enable code coverage reporting. (#516)
This commit is contained in:
@@ -73,4 +73,8 @@ ot_cli_SOURCES = \
|
||||
main.c \
|
||||
$(NULL)
|
||||
|
||||
if OPENTHREAD_BUILD_COVERAGE
|
||||
CLEANFILES = $(wildcard *.gcda *.gcno)
|
||||
endif # OPENTHREAD_BUILD_COVERAGE
|
||||
|
||||
include $(abs_top_nlbuild_autotools_dir)/automake/post.am
|
||||
|
||||
Reference in New Issue
Block a user