Skip to content

Commit 95a2f4e

Browse files
committed
Install xchtmlreport as a fastlane plugin to hopefully avoid error 'xchtmlreport binary not installed!'
1 parent 8449b11 commit 95a2f4e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ GEM
199199
xcodeproj (>= 1.13.0, < 2.0.0)
200200
xcpretty (~> 0.3.0)
201201
xcpretty-travis-formatter (>= 0.0.3)
202+
fastlane-plugin-xchtmlreport (0.1.1)
202203
ffi (1.16.3)
203204
fourflusher (2.3.1)
204205
fuzzy_match (2.0.4)
@@ -362,6 +363,7 @@ DEPENDENCIES
362363
danger-swiftlint
363364
danger-xcov
364365
fastlane
366+
fastlane-plugin-xchtmlreport
365367
slather
366368
xcov
367369
xcpretty

fastlane/Pluginfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
#
33
# Ensure this file is checked in to source control!
44

5+
gem 'fastlane-plugin-xchtmlreport'

0 commit comments

Comments
 (0)