Skip to content

Commit

Permalink
Install xchtmlreport as a fastlane plugin to hopefully avoid error 'x…
Browse files Browse the repository at this point in the history
…chtmlreport binary not installed!'
  • Loading branch information
ZevEisenberg committed Dec 25, 2023
1 parent 8449b11 commit 95a2f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ GEM
xcodeproj (>= 1.13.0, < 2.0.0)
xcpretty (~> 0.3.0)
xcpretty-travis-formatter (>= 0.0.3)
fastlane-plugin-xchtmlreport (0.1.1)
ffi (1.16.3)
fourflusher (2.3.1)
fuzzy_match (2.0.4)
Expand Down Expand Up @@ -362,6 +363,7 @@ DEPENDENCIES
danger-swiftlint
danger-xcov
fastlane
fastlane-plugin-xchtmlreport
slather
xcov
xcpretty
Expand Down
1 change: 1 addition & 0 deletions fastlane/Pluginfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
#
# Ensure this file is checked in to source control!

gem 'fastlane-plugin-xchtmlreport'

0 comments on commit 95a2f4e

Please sign in to comment.