travis: enable code coverage reporting. (#516)

This commit is contained in:
Jonathan Hui
2016-09-08 14:14:25 -07:00
committed by GitHub
parent 7c2b818d2e
commit 563685e187
13 changed files with 50 additions and 5 deletions
+4
View File
@@ -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