Skip to content

Commit ee2ad6a

Browse files
committed
Figure out header coverage
1 parent 3e22314 commit ee2ad6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/small_world/src/old_folder_structure/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ swift_cc_library(
44
name = "old_folder_structure",
55
srcs = ["src/old_folder_structure.cc"],
66
hdrs = ["include/old_folder_structure/old_folder_structure.hpp"],
7-
includes = ["include"],
7+
#includes = ["include"], THIS PREVENTS HEADER COVERAGE!
8+
strip_include_prefix = "include",
89
visibility = ["//visibility:public"],
910
)
1011

0 commit comments

Comments
 (0)