fastlane-plugin-retry_tests 1.1.4 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fastlane/plugin/retry_tests/actions/multi_scan.rb +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 367a8e4ba64539293fed97aec697d083ab2f5be6
|
4
|
+
data.tar.gz: a549ffeae35fd056d5c47e23b6f7fccad920d4f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 13f840e0532c11ae1813c87ced82de30bebdaae06e8e08baaba6220797c6852597a1984cf9dc9d89c48b1329ff07fe7519c4ab64c2d01855eed6d8d37d66f05a
|
7
|
+
data.tar.gz: c3ff5ed32a534e88bab59ca34eb94eda81cca08d3a9457a81a1cb03a454fe92a63fc256dff6a25b83d1c31d7e83eaeb533505d97651f993464c02f7a7eaebe3e
|
@@ -7,6 +7,7 @@ module Fastlane
|
|
7
7
|
|
8
8
|
class MultiScanAction < Action
|
9
9
|
def self.run(params)
|
10
|
+
=begin
|
10
11
|
try_count = 0
|
11
12
|
scan_options = params.values.reject { |k| k == :try_count }
|
12
13
|
final_report_path = scan_options[:result_bundle]
|
@@ -34,6 +35,7 @@ module Fastlane
|
|
34
35
|
retry
|
35
36
|
end
|
36
37
|
end
|
38
|
+
=end
|
37
39
|
merge_reports(scan_options, final_report_path)
|
38
40
|
end
|
39
41
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-retry_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gloria Chow
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-03-
|
11
|
+
date: 2018-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: plist
|