xcov 1.1.0 → 1.1.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: e3471895be03f8b9d1f02805ac5a0e72775d67c9
4
- data.tar.gz: fce99c62ab472f32c6db79659cbfc473aa5afa2d
3
+ metadata.gz: c33d96e6147e5597a8173141681c4e65efe31974
4
+ data.tar.gz: 1e085c0b6033da61462bc1326619cc4675ecad1a
5
5
  SHA512:
6
- metadata.gz: dca0119f6dfe20839137d471738a7a5d1ca275a49a89c05805db8daf6e8d2368f1747546d3c6f866395e07a9770421b2047f2ea44aa2b4a79459a536d131ead8
7
- data.tar.gz: 944c9806c4f941d67c59463a3119ca50604673346fa68237437ad25a879015ea779a1b15c19e3dfb3aba14185146d0e3d7257c0e2a1b59510cce15d2a612d37f
6
+ metadata.gz: a6d1fa78b848e33a91d2d89293918b7cf1d0087d15da0451c8c7167e764a0502ce94f2691e4fe159fa5b6d156b8b5f414bb59044059cfdd586031c3c525f95b2
7
+ data.tar.gz: b351981c94cdb9485a266c49ae338b36e554c617f3d7af51d0d4651bce459583962e0e4bb74c1c28a0fac411311969957841dc748d174ffda521d69223b90ec3
@@ -33,8 +33,6 @@ module Xcov
33
33
  submit_to_coveralls(report)
34
34
  end
35
35
 
36
- private
37
-
38
36
  def parse_xccoverage
39
37
  # Find .xccoverage file
40
38
  test_logs_path = derived_data_path + "Logs/Test/"
@@ -51,6 +49,8 @@ module Xcov
51
49
  json_report
52
50
  end
53
51
 
52
+ private
53
+
54
54
  def generate_xcov_report(json_report)
55
55
  # Create output path
56
56
  output_path = Xcov.config[:output_directory]
@@ -1,6 +1,6 @@
1
1
  module Xcov
2
2
 
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  DESCRIPTION = "xcov is a friendly visualizer for Xcode's code coverage files"
5
5
 
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xcov
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carlos Vidal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-28 00:00:00.000000000 Z
11
+ date: 2017-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastlane