Skip to content

Commit

Permalink
Fix the coverage on github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Jun 25, 2023
1 parent 87cdb23 commit 3ff7b4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ clang: clean all
all: $(TARGETS) run

coverage: CFLAGS += -fprofile-arcs -ftest-coverage
coverage: CC=../x86_64-linux-musl-native/bin/gcc
coverage: GCOV=../x86_64-linux-musl-native/bin/gcov
coverage: all
$(GCOV) *.c
lcov --capture --directory . --output-file coverage.info
Expand Down

0 comments on commit 3ff7b4d

Please sign in to comment.