Skip to content

Commit 64f4a89

Browse files
[CI] Do not collect test coverage on build (#746)
1 parent 400830f commit 64f4a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ lane :test_ui do |options|
260260
head_branch: "#{current_branch}-snapshots"
261261
)
262262
else
263-
slather
263+
slather unless options[:build_for_testing]
264264
end
265265
end
266266

0 commit comments

Comments
 (0)