fastlane-plugin-test_center 3.8.7 → 3.8.8

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
  SHA256:
3
- metadata.gz: e79e02f37cfc5ea26854f135fad277dc194d225927b3a6f03ce8a43ea603ae20
4
- data.tar.gz: 598759f0e60635a798a08d1c238f699a068e0fd6ab34ef286990a4bfe8565711
3
+ metadata.gz: 1212b744f114a0b827ce21793747a962ecde09de459073c02b70c2078a1f18ef
4
+ data.tar.gz: 34a72aa062e7f42b8cb25aba089778bd38237943ed3ae25f141a24ecb9bb4562
5
5
  SHA512:
6
- metadata.gz: ef2ea4f6585fa7b363a9c5b3c7d543052ecb5dcfde31e7dd9676de84e1d23d2f11541acebdaf26ca1cc01effadcdc0489cc20935dc0a3f16e769a059ea0f1717
7
- data.tar.gz: c8ceb6f97190d96588dc995a201aa1ff87a334968cbfb0a7237a28ba5fe32ccebb789348d2f5f3bf26bef6a7246ea7fea10d7b8bd38dfcdb47fba137b9ac48a7
6
+ metadata.gz: d1fe9c8a701cbb357f2d639c70b2570d0e070f210d59b31a5cdf6ecd1d410854ee712563b1bd1b39aa0310c5040866f5ff33112b6e51fc9a5e23843858f832e7
7
+ data.tar.gz: d6213d9775706a8db7fb15d098cb67f7ea7ff6b78eab9a87c3cb4df4fb9878b21accd4750eeecaea9cc3005ba6cbe67b1e99ed7a5ea741a92b48fd3aa1827377
@@ -37,12 +37,14 @@ module Fastlane
37
37
  Please install and select Xcode 11, and then run the command again.""")
38
38
  end
39
39
  xcresulttool_merge(params)
40
+ return true
40
41
  end
41
42
  FastlaneCore::UI.verbose("result bundles are NOT of format version 3")
42
43
  return false
43
44
  end
44
45
 
45
46
  def self.xcresulttool_merge(params)
47
+ test_result_bundlepaths = params[:bundles]
46
48
  collated_bundlepath = File.expand_path(params[:collated_bundle])
47
49
  Dir.mktmpdir do |dir|
48
50
  tmp_xcresult_bundlepaths = []
@@ -64,7 +66,6 @@ module Fastlane
64
66
  FileUtils.rm_rf(collated_bundlepath)
65
67
  FileUtils.cp_r(tmp_collated_bundlepath, collated_bundlepath)
66
68
  UI.message("Finished collating test_result bundle to '#{collated_bundlepath}'")
67
- return true
68
69
  end
69
70
  end
70
71
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.8.7"
3
+ VERSION = "3.8.8"
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.8.7
4
+ version: 3.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lyndsey Ferguson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-10-17 00:00:00.000000000 Z
11
+ date: 2019-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json