Skip to content

Commit 87df0f2

Browse files
committed
Fix lcov coverage
1 parent c87373f commit 87df0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ coverage-lcov:
708708
# Force regeneration of parser and frozen modules
709709
coverage-report-lcov: regen-token regen-frozen
710710
@ # build with coverage info
711-
$(MAKE) coverage
711+
$(MAKE) coverage-gcc
712712
@ # run tests, ignore failures
713713
$(TESTRUNNER) $(TESTOPTS) || true
714714
@ # build lcov report

0 commit comments

Comments
 (0)