fastlane-plugin-test_center 3.9.0.beta.1 → 3.9.0.beta.2
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1a72b78921705cdc53cd8cb36b7607ab644924d3c842c1b1a804a49c7fb6e90
|
|
4
|
+
data.tar.gz: 9e112bc79008af1ccda20f9e63e9e2a54a6d5fe1d1566ed7cbeeec2c9389147a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35bb8d87223f7234807b573373b6c53d7efd71e1ca3811ef4c5925652d31e7fb7c144d2fb2f155e804c6a1bb7d13f66ec66951f3f6223d0bd7282f61ae29249b
|
|
7
|
+
data.tar.gz: 00baaa6564eefd16080af934c95628f44e2431aa4efb7e07d9084a6638059fc1ec651f3d23c59f018943a5dc1ab8f701a8108bc85a557223e10f71e0f381a420
|
|
@@ -22,7 +22,7 @@ module Fastlane
|
|
|
22
22
|
'xcrun',
|
|
23
23
|
'xcresulttool',
|
|
24
24
|
'merge',
|
|
25
|
-
xcresult_bundlepaths
|
|
25
|
+
xcresult_bundlepaths,
|
|
26
26
|
'--output-path',
|
|
27
27
|
tmp_collated_xcresult_bundlepath
|
|
28
28
|
].flatten
|
|
@@ -54,7 +54,7 @@ module Fastlane
|
|
|
54
54
|
"in the collated xcresult bundle. " \
|
|
55
55
|
"This is done because it is assumed that fragile tests, when " \
|
|
56
56
|
"re-run will often succeed due to less interference from other " \
|
|
57
|
-
"tests and the subsequent xcresult bundles will have fewer failing tests."
|
|
57
|
+
"tests and the subsequent xcresult bundles will have fewer failing tests."
|
|
58
58
|
end
|
|
59
59
|
|
|
60
60
|
def self.available_options
|
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.9.0.beta.
|
|
4
|
+
version: 3.9.0.beta.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lyndsey Ferguson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-02-
|
|
11
|
+
date: 2020-02-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: json
|