fastlane-plugin-trainer 0.4.0 → 0.4.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79aee60188491108245848c137b4d11080a60f52
|
4
|
+
data.tar.gz: 31559f65e945b82247d3c34fb3f75ff4400a1093
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e25f45677d9b8efdaac3c54234db23263336f693c5171f9f3b88026b3e27f8f1e6067b60dbd9ea8ac6eefdaa3693549596af50be9b5adedb7f3c1b1c49a7b787
|
7
|
+
data.tar.gz: cee5343ada9150c77593b9cb2bb9f0afe4793513c77d16328de2558b0a420a7b3ed5f0f1546691bf40906ab7deb5fecad5d387fd3b213c3bc45fc4f799f79231
|
@@ -7,9 +7,10 @@ module Fastlane
|
|
7
7
|
params[:path] = Actions.lane_context[Actions::SharedValues::SCAN_GENERATED_PLIST_FILE] if Actions.lane_context[Actions::SharedValues::SCAN_GENERATED_PLIST_FILE]
|
8
8
|
params[:path] ||= Actions.lane_context[Actions::SharedValues::SCAN_DERIVED_DATA_PATH] if Actions.lane_context[Actions::SharedValues::SCAN_DERIVED_DATA_PATH]
|
9
9
|
|
10
|
+
fail_build = params[:fail_build]
|
10
11
|
resulting_paths = ::Trainer::TestParser.auto_convert(params)
|
11
12
|
resulting_paths.each do |path, test_successful|
|
12
|
-
UI.test_failure!("Unit tests failed")
|
13
|
+
UI.test_failure!("Unit tests failed") if fail_build && !test_successful
|
13
14
|
end
|
14
15
|
|
15
16
|
return resulting_paths
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-trainer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- KrauseFx
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: trainer
|
@@ -140,9 +140,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
version: '0'
|
141
141
|
requirements: []
|
142
142
|
rubyforge_project:
|
143
|
-
rubygems_version: 2.6.
|
143
|
+
rubygems_version: 2.6.8
|
144
144
|
signing_key:
|
145
145
|
specification_version: 4
|
146
146
|
summary: Convert xcodebuild plist files to JUnit reports
|
147
147
|
test_files: []
|
148
|
-
has_rdoc:
|