We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2748d95 commit e83fe91Copy full SHA for e83fe91
AVOS/.ci/UnitTestParser/targetCoverage.rb
@@ -26,7 +26,7 @@ def parse_xcresult_json(cov_json_path)
26
files = target['files']
27
files.delete_if do |file|
28
path = file['path']
29
- path =~ %r{/Protobuf/|/Vendor/|\.pbobjc}
+ path =~ %r{/Protobuf/|/LCMPMessagePack/|/Vendor/|\.pbobjc}
30
end
31
coveredLines_taget = 0
32
executableLines_taget = 0
0 commit comments