Fix the coverage gate in travis CI
This commit is contained in:
parent
e3ec44d692
commit
1a1c634836
|
@ -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:"
|
||||
|
|
Loading…
Reference in New Issue