coveralls-multi 1.1.1 → 1.1.2
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 +5 -5
- data/.gitignore +4 -0
- data/bin/test +0 -0
- data/lib/coveralls-multi/formatters/simplecov.rb +8 -6
- data/lib/coveralls-multi/version.rb +1 -1
- metadata +3 -4
- data/Gemfile.lock +0 -62
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 61f4cc6605887257e4da0207b424bc45bd28686c6245a907eb82294a0d03d382
|
|
4
|
+
data.tar.gz: a392c2e6084fa880f6ca306d947e9ee47e4ed8a9e63b9b23b7fbb0952e4f4795
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a8de4206e8d13208a8c8e37ab29200cc299e59f55e3a7e778ffc334fe4beee18537d1db2ed46628aceb144288dbc7d7c1f8d686f8421ba0b229ddadbf8044aa
|
|
7
|
+
data.tar.gz: 8b59b47d986a7e76930430a7f08d035a05aa743428e7f0d61af04a6495a3e9eab8d5e513b9c1ad1b2b67de2eac21156d7a61d55b8fcf9ee9a551bcba79976dfe
|
data/.gitignore
CHANGED
data/bin/test
CHANGED
|
File without changes
|
|
@@ -16,14 +16,16 @@ module CoverallsMulti
|
|
|
16
16
|
|
|
17
17
|
source_files = []
|
|
18
18
|
begin
|
|
19
|
-
file
|
|
20
|
-
|
|
19
|
+
file.keys.each do |test_suite_key|
|
|
20
|
+
file[test_suite_key]['coverage'].each do |filename, coverage|
|
|
21
|
+
properties = {}
|
|
21
22
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
properties['source'] = File.open(filename, 'rb:utf-8').read
|
|
24
|
+
properties['name'] = format_short_filename(filename)
|
|
25
|
+
properties['coverage'] = coverage
|
|
25
26
|
|
|
26
|
-
|
|
27
|
+
source_files << properties
|
|
28
|
+
end
|
|
27
29
|
end
|
|
28
30
|
rescue StandardError => e
|
|
29
31
|
raise e, "There was a problem formatting the simplecov report at #{file_path}"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coveralls-multi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- CJ Horton
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-07-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: coveralls
|
|
@@ -123,7 +123,6 @@ files:
|
|
|
123
123
|
- ".travis.yml"
|
|
124
124
|
- CODE_OF_CONDUCT.md
|
|
125
125
|
- Gemfile
|
|
126
|
-
- Gemfile.lock
|
|
127
126
|
- LICENSE.txt
|
|
128
127
|
- README.md
|
|
129
128
|
- Rakefile
|
|
@@ -161,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
160
|
version: '0'
|
|
162
161
|
requirements: []
|
|
163
162
|
rubyforge_project:
|
|
164
|
-
rubygems_version: 2.
|
|
163
|
+
rubygems_version: 2.7.6
|
|
165
164
|
signing_key:
|
|
166
165
|
specification_version: 4
|
|
167
166
|
summary: Coveralls client for multi-language repos.
|
data/Gemfile.lock
DELETED
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
coveralls-multi (1.0.1)
|
|
5
|
-
coveralls (~> 0.8.21)
|
|
6
|
-
coveralls-lcov (~> 1.5.1)
|
|
7
|
-
|
|
8
|
-
GEM
|
|
9
|
-
remote: https://rubygems.org/
|
|
10
|
-
specs:
|
|
11
|
-
coderay (1.1.2)
|
|
12
|
-
coveralls (0.8.21)
|
|
13
|
-
json (>= 1.8, < 3)
|
|
14
|
-
simplecov (~> 0.14.1)
|
|
15
|
-
term-ansicolor (~> 1.3)
|
|
16
|
-
thor (~> 0.19.4)
|
|
17
|
-
tins (~> 1.6)
|
|
18
|
-
coveralls-lcov (1.5.1)
|
|
19
|
-
diff-lcs (1.3)
|
|
20
|
-
docile (1.1.5)
|
|
21
|
-
json (2.1.0)
|
|
22
|
-
method_source (0.9.0)
|
|
23
|
-
pry (0.11.3)
|
|
24
|
-
coderay (~> 1.1.0)
|
|
25
|
-
method_source (~> 0.9.0)
|
|
26
|
-
rake (10.5.0)
|
|
27
|
-
rspec (3.7.0)
|
|
28
|
-
rspec-core (~> 3.7.0)
|
|
29
|
-
rspec-expectations (~> 3.7.0)
|
|
30
|
-
rspec-mocks (~> 3.7.0)
|
|
31
|
-
rspec-core (3.7.1)
|
|
32
|
-
rspec-support (~> 3.7.0)
|
|
33
|
-
rspec-expectations (3.7.0)
|
|
34
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
35
|
-
rspec-support (~> 3.7.0)
|
|
36
|
-
rspec-mocks (3.7.0)
|
|
37
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
38
|
-
rspec-support (~> 3.7.0)
|
|
39
|
-
rspec-support (3.7.1)
|
|
40
|
-
simplecov (0.14.1)
|
|
41
|
-
docile (~> 1.1.0)
|
|
42
|
-
json (>= 1.8, < 3)
|
|
43
|
-
simplecov-html (~> 0.10.0)
|
|
44
|
-
simplecov-html (0.10.2)
|
|
45
|
-
term-ansicolor (1.6.0)
|
|
46
|
-
tins (~> 1.0)
|
|
47
|
-
thor (0.19.4)
|
|
48
|
-
tins (1.16.3)
|
|
49
|
-
|
|
50
|
-
PLATFORMS
|
|
51
|
-
ruby
|
|
52
|
-
|
|
53
|
-
DEPENDENCIES
|
|
54
|
-
bundler (~> 1.16)
|
|
55
|
-
coveralls-multi!
|
|
56
|
-
pry (~> 0.11.3)
|
|
57
|
-
rake (~> 10.0)
|
|
58
|
-
rspec (~> 3.0)
|
|
59
|
-
simplecov (~> 0.14.1)
|
|
60
|
-
|
|
61
|
-
BUNDLED WITH
|
|
62
|
-
1.16.1
|