Skip to content

Commit e83fe91

Browse files
committed
test: ci update
1 parent 2748d95 commit e83fe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AVOS/.ci/UnitTestParser/targetCoverage.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def parse_xcresult_json(cov_json_path)
2626
files = target['files']
2727
files.delete_if do |file|
2828
path = file['path']
29-
path =~ %r{/Protobuf/|/Vendor/|\.pbobjc}
29+
path =~ %r{/Protobuf/|/LCMPMessagePack/|/Vendor/|\.pbobjc}
3030
end
3131
coveredLines_taget = 0
3232
executableLines_taget = 0

0 commit comments

Comments
 (0)