xcov 0.7 → 0.8
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 +4 -4
- data/lib/xcov/error_handler.rb +1 -1
- data/lib/xcov/ignore_handler.rb +1 -1
- data/lib/xcov/model/source.rb +1 -1
- data/lib/xcov/slack_poster.rb +2 -2
- data/lib/xcov/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fab9b5e1ca61f2be002266a8c186969f600dbb76
|
|
4
|
+
data.tar.gz: 36cfc70ed2cc8c117886e82cfb7fc35154ccba7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 483d3206bf078ee1bd369b4f4018e862717e953a0f1eea19fb55cf2a0c1712e5077cbe1618d7df0b778a0274058324985f1c57903c19838cbd1bd1b4037bb879
|
|
7
|
+
data.tar.gz: 33728a655159156cb4ba4cbcd5bc6de68da0cfc2c256e0028cd181d2a47062600d47a18e8663e6cf8e358c6053fd5ffb25dddf5a8756aebe54b0af89d826d9f5
|
data/lib/xcov/error_handler.rb
CHANGED
data/lib/xcov/ignore_handler.rb
CHANGED
|
@@ -25,7 +25,7 @@ module Xcov
|
|
|
25
25
|
begin
|
|
26
26
|
ignore_list = YAML.load_file(ignore_file_path)
|
|
27
27
|
rescue
|
|
28
|
-
|
|
28
|
+
UI.message "Skipping file blacklisting as no ignore file was found at path #{ignore_file_path}".yellow
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
return ignore_list
|
data/lib/xcov/model/source.rb
CHANGED
data/lib/xcov/slack_poster.rb
CHANGED
|
@@ -30,9 +30,9 @@ module Xcov
|
|
|
30
30
|
attachments: attachments
|
|
31
31
|
|
|
32
32
|
if result.code.to_i == 200
|
|
33
|
-
|
|
33
|
+
UI.message 'Successfully sent Slack notification'.green
|
|
34
34
|
else
|
|
35
|
-
|
|
35
|
+
UI.message result.to_s.red
|
|
36
36
|
end
|
|
37
37
|
end
|
|
38
38
|
|
data/lib/xcov/version.rb
CHANGED
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: '0.
|
|
4
|
+
version: '0.8'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carlos Vidal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fastlane_core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.44.0
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 1.0.0
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.
|
|
29
|
+
version: 0.44.0
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 1.0.0
|
|
@@ -78,14 +78,14 @@ dependencies:
|
|
|
78
78
|
requirements:
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: 1.
|
|
81
|
+
version: 1.90.0
|
|
82
82
|
type: :development
|
|
83
83
|
prerelease: false
|
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
|
86
86
|
- - ">="
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: 1.
|
|
88
|
+
version: 1.90.0
|
|
89
89
|
- !ruby/object:Gem::Dependency
|
|
90
90
|
name: rake
|
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|