We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8449b11 commit 95a2f4eCopy full SHA for 95a2f4e
Gemfile.lock
@@ -199,6 +199,7 @@ GEM
199
xcodeproj (>= 1.13.0, < 2.0.0)
200
xcpretty (~> 0.3.0)
201
xcpretty-travis-formatter (>= 0.0.3)
202
+ fastlane-plugin-xchtmlreport (0.1.1)
203
ffi (1.16.3)
204
fourflusher (2.3.1)
205
fuzzy_match (2.0.4)
@@ -362,6 +363,7 @@ DEPENDENCIES
362
363
danger-swiftlint
364
danger-xcov
365
fastlane
366
+ fastlane-plugin-xchtmlreport
367
slather
368
xcov
369
xcpretty
fastlane/Pluginfile
@@ -2,3 +2,4 @@
2
#
3
# Ensure this file is checked in to source control!
4
5
+gem 'fastlane-plugin-xchtmlreport'
0 commit comments