Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix the coverage gate in travis CI
  • Loading branch information
shihai1991 committed Apr 10, 2020
commit 1a1c63483697033f85f81016e40d0ecfe3c51ccc
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down