We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399e875 commit c51bb6aCopy full SHA for c51bb6a
1 file changed
tools/unit-tests/Makefile
@@ -59,7 +59,11 @@ include unit-sign-encrypted-output.mkfrag
59
all: $(TESTS)
60
61
cov:
62
+ rm -f unit-sign-encrypted-output-*
63
gcovr -f "^\.\.\/\.\.\/src.*\.c" -r ../.. --verbose \
64
+ --exclude-directories 'tools/keytools$$' \
65
+ --gcov-exclude '.*tools/keytools/.*' \
66
+ --gcov-exclude '.*unit-sign-encrypted-output-.*' \
67
--merge-mode-functions merge-use-line-0 \
68
--html-medium-threshold 60 \
69
--html-high-threshold 80 \
@@ -316,6 +320,7 @@ unit-multiboot: unit-multiboot.c
316
320
317
321
covclean:
318
322
rm -f *.gcov *.gcno *.gcda coverage.*
323
319
324
325
clean: covclean
326
rm -f $(TESTS) *.o *.gcno *.gcda coverage.*
0 commit comments