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: 8dde9cfcd6ada80cc98b801b95ab3d7a93d0b38d
4
- data.tar.gz: 9abc82933006ba2c1d9e10aff555b866559b113b
3
+ metadata.gz: 79aee60188491108245848c137b4d11080a60f52
4
+ data.tar.gz: 31559f65e945b82247d3c34fb3f75ff4400a1093
5
5
  SHA512:
6
- metadata.gz: 189bedad68aca7a0609a543930bff7a41e5bad3ba02f743b8f62e588051ff31699a322c5df37708bf1ce08b7ed448c7b2f6194d6415db769fcaabae8ffc8c692
7
- data.tar.gz: f4f939d8db502a624f82e9d8f268560c8e577e508888375a97ef037d8510c2847a13256826152cb50ba8e8e99db2c5138c7bce5a2d3af2e91820b4f9194c7404
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") unless test_successful
13
+ UI.test_failure!("Unit tests failed") if fail_build && !test_successful
13
14
  end
14
15
 
15
16
  return resulting_paths
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Trainer
3
- VERSION = "0.4.0"
3
+ VERSION = "0.4.1"
4
4
  end
5
5
  end
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.0
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: 2017-04-04 00:00:00.000000000 Z
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.10
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: