Fix the coverage gate in travis CI

This commit is contained in:
Hai Shi 2020-04-11 00:20:25 +08:00
parent e3ec44d692
commit 1a1c634836
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ profile-opt: profile-run-stamp
coverage:
@echo "Building with support for coverage checking:"
$(MAKE) clean
$(MAKE) @DEF_MAKE_RULE@ CFLAGS="$(CFLAGS) -O0 -pg --coverage" LIBS="$(LIBS) --coverage"
$(MAKE) @DEF_MAKE_RULE@ CFLAGS="$(CFLAGS_NODIST) -O0 -pg --coverage" LIBS="$(LIBS) --coverage"
coverage-lcov:
@echo "Creating Coverage HTML report with LCOV:"