Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit66fd86a

Browse files
committed
Have lcov exclude external files
Call lcov with --no-external option to exclude external files (forexample, system headers with inline functions) from output.Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
1 parent504923a commit66fd86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ coverage-html-stamp: lcov.info
896896
all_gcda_files =$(shell find . -name '*.gcda' -print)
897897

898898
lcov.info:$(all_gcda_files)
899-
$(LCOV) -d. -c -o$@$(LCOVFLAGS) --gcov-tool$(GCOV)
899+
$(LCOV) -d. -c -o$@$(LCOVFLAGS) --gcov-tool$(GCOV) --no-external
900900

901901

902902
# hook for clean-up

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp