Skip to content

Commit

Permalink
Fix lcov coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Aug 22, 2022
1 parent c87373f commit 87df0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ coverage-lcov:
# Force regeneration of parser and frozen modules
coverage-report-lcov: regen-token regen-frozen
@ # build with coverage info
$(MAKE) coverage
$(MAKE) coverage-gcc
@ # run tests, ignore failures
$(TESTRUNNER) $(TESTOPTS) || true
@ # build lcov report
Expand Down

0 comments on commit 87df0f2

Please sign in to comment.