fastlane-plugin-test_center 3.2.3 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 961236fb8c29c5f451a7e5e2be5a324baabbc8da
4
- data.tar.gz: 293007ce8ea7aea95e82a713b53b396fe7892b53
3
+ metadata.gz: d87c9d87f8194c2e727ba5d6304dd892f4032651
4
+ data.tar.gz: 1ebd7d82e0e221d9451b297918b65e66444fc147
5
5
  SHA512:
6
- metadata.gz: 1d3a6001e102082ffeb8898e4fc3bcb5c365dbbe2e01a9e6daadceb1358d7841d789b77f302d19d070ad4b18f5e8becbfdabf0ea4f74989e638ad9e93bb2e79e
7
- data.tar.gz: c84228b54f8a6e6f2163a60f4a851cce3935fa1d00c65e26baeb20fcb650bae905edcbe093b74234332cff60bcde1e7be843cdae76190613fe3a565abb471a08
6
+ metadata.gz: de716ab6593bcfbcd9ca01c88364cedace889c46d1dfc35ed6ef4a2514784faa0decf5819ca728d592174b66da393a181da25a33c863b22cc8fe1b51e5ac79d2
7
+ data.tar.gz: '086fdca44048dc9285c71941018a0ad36851b6e415cd94001fb20b58a139110cd23901965de363606bbacbb3bf0b3a7666e2289356e535ae1f0f836c16bbbede'
@@ -170,6 +170,7 @@ module TestCenter
170
170
 
171
171
  def testrun_info(batch, try_count, reportnamer, output_directory)
172
172
  report_filepath = File.join(output_directory, reportnamer.junit_last_reportname)
173
+ html_report_filepath = File.join(output_directory, reportnamer.html_last_reportname)
173
174
  config = FastlaneCore::Configuration.create(
174
175
  Fastlane::Actions::TestsFromJunitAction.available_options,
175
176
  {
@@ -183,7 +184,8 @@ module TestCenter
183
184
  passing: junit_results[:passing],
184
185
  batch: batch,
185
186
  try_count: try_count,
186
- report_filepath: report_filepath
187
+ report_filepath: report_filepath,
188
+ html_report_filepath: html_report_filepath
187
189
  }
188
190
  end
189
191
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.2.3"
3
+ VERSION = "3.2.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-test_center
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3
4
+ version: 3.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyndsey Ferguson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-25 00:00:00.000000000 Z
11
+ date: 2018-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: plist