Skip to content

Commit 9863146

Browse files
committed
Fix lcov coverage
1 parent 0001577 commit 9863146

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
@@ -698,7 +698,7 @@ coverage-lcov:
698698
# Force regeneration of parser and frozen modules
699699
coverage-report-lcov: regen-token regen-frozen
700700
@ # build with coverage info
701-
$(MAKE) coverage
701+
$(MAKE) coverage-gcc
702702
@ # run tests, ignore failures
703703
$(TESTRUNNER) $(TESTOPTS) || true
704704
@ # build lcov report

0 commit comments

Comments
 (0)