fastlane-plugin-retry_tests 1.3.3 → 1.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a0861a627d2bfd0292d137580b0d9b07c91964f
4
- data.tar.gz: 9fdf46ae22536ba69d16e5d0fb147aeb14aed445
3
+ metadata.gz: 40e3daa18967cd6de60b46317bca0b7c65c06cc2
4
+ data.tar.gz: 8faddf1abd8d269af5d444c29fa9122f2ea1c4c9
5
5
  SHA512:
6
- metadata.gz: ed3bc24fe0e8436f9f281262eebaea90207c6e7be6765f01efbe333f06e867be38b9092b3062186edb24690f762788a19c9f6b5a92088b9d83550b2cbd80afdf
7
- data.tar.gz: b1cb78997558327ed5846c6c85b2e4ff54e093661918afd01154fb60a4bd174ccf4b007a3579fadbf0bfc72b588ad32f660166c13f457424ef5b84235948086c
6
+ metadata.gz: e4365c3a6aac497ca2660fc57be91bd97b8d9360d03220557023f534f28cb0f6c83967efaef1f908281579e7a8632015644b679b68e14c8ec9c163f66cd3a610
7
+ data.tar.gz: b5a1f3472232692edc9cdfd7bed036ab8dd0b05904900899b8c7743c6f41e36c6b34212a19353f081faea58ead4087552b11fbc52602846dfa06853adbc2d825
@@ -7,7 +7,7 @@ module Fastlane
7
7
 
8
8
  class MultiScanAction < Action
9
9
  def self.run(params)
10
- =begin
10
+
11
11
  try_count = 0
12
12
  scan_options = params.values.reject { |k| k == :try_count }
13
13
  final_report_path = scan_options[:result_bundle]
@@ -35,7 +35,7 @@ module Fastlane
35
35
  retry
36
36
  end
37
37
  end
38
- =end
38
+
39
39
  merge_reports(scan_options, final_report_path)
40
40
  end
41
41
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-retry_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gloria Chow