Skip to content

Commit

Permalink
[coverage] Remove coverage for mocks and yacc generated files on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Jun 22, 2024
1 parent 47d4a06 commit 820aeff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ ci:
$(MAKE) -e -j -C ../tests all
$(MAKE) -e merge-gcda-from-tests
$(MAKE) -e gcov
rm *.mock.gcov *.tab.*.gcov


yydebug: CFLAGS += -DYYDEBUG
Expand Down

0 comments on commit 820aeff

Please sign in to comment.