fastlane-plugin-test_center 3.10.0 → 3.10.1

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: e5adcd23e02c79f85550d8bb05a638eeffa1db8461d07c3a17901e12f0a7e7f3
4
- data.tar.gz: '059db5183c79f5775d97cb6f38c534b1cb0b916315479ec68311fe953f624062'
3
+ metadata.gz: dc36397b53f7d85a7ab222aaef8fce6652c69d86462d81bac3f78c3d13124667
4
+ data.tar.gz: 986cd2f40ac19802835a9d8f222730bc7d78e9f80ceb07e7e872b1038f2a20d5
5
5
  SHA512:
6
- metadata.gz: 17582ea3a4f1dbc6ed043fa54bc9949e167cd884b9bd24335b91164cc365b15c9bdaaa697c6c727a921b9ea15ea10f4a2b6d0bc02448e2b7064d05097e36bbdc
7
- data.tar.gz: 73ae34df7f25fe36dae15fbf8c9ce8bccc1368194a4e03e086a2463440e9815f495a5f4073b30daac52ca0bb64da75d1403a3a4c7fe614fe486a01ef5a977724
6
+ metadata.gz: cb0e4067df2bb853becfa2cdd5b15757de3f6f68f47b46fbd2611fe3d58c4378b792ed113df209a915f9cbc710894d8351bf2a6bc4a286c1f15d07949e607320
7
+ data.tar.gz: eb701752e1efab0912c82e1b5ea6b9a280645012ae1f393d9d2a047fd823fbf9b723bb84fd823ab063624236109b1bd4b3503b01d660633008f9fa3ec572f5cb
@@ -42,9 +42,7 @@ module TestCenter
42
42
  if @only_testing
43
43
  @testables ||= only_testing_to_testables_tests.keys
44
44
  else
45
- @testables ||= Plist.parse_xml(@xctestrun_path).keys.reject do |key|
46
- key == '__xctestrun_metadata__'
47
- end
45
+ @testables = xctestrun_known_tests.keys
48
46
  end
49
47
  end
50
48
  @testables
@@ -80,7 +78,7 @@ module TestCenter
80
78
  known_tests += xctestrun_known_tests[testable]
81
79
  test_components = test.split('/')
82
80
  testsuite = test_components.size == 1 ? test_components[0] : test_components[1]
83
- @testables_tests[testable][index] = known_tests.select { |known_test| known_test.include?(testsuite) }
81
+ @testables_tests[testable][index] = known_tests.select { |known_test| known_test.include?(testsuite) }
84
82
  end
85
83
  end
86
84
  @testables_tests[testable].flatten!
@@ -106,7 +104,7 @@ module TestCenter
106
104
  end
107
105
  end
108
106
  end
109
-
107
+
110
108
  @testables_tests
111
109
  end
112
110
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module TestCenter
3
- VERSION = "3.10.0"
3
+ VERSION = "3.10.1"
4
4
  end
5
5
  end
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.10.0
4
+ version: 3.10.1
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-03-26 00:00:00.000000000 Z
11
+ date: 2020-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json