coveralls-multi 1.0.2 → 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
- SHA256:
3
- metadata.gz: 5bacb5677db7e69632b37ed957e6c8b81593cc564d88fc7784f39d0188474a0f
4
- data.tar.gz: 50c58e18f4a5880c99f610edc7d8728e34c6d10a9cd516914d8e97ed248b2be8
2
+ SHA1:
3
+ metadata.gz: 75a197be304f6581fe6db1313775588a8457b0a0
4
+ data.tar.gz: 88c871041cd45c16407afa7c8439378f89c24432
5
5
  SHA512:
6
- metadata.gz: 946f1fee4d5b776d6fe839c7d42a43f992853955cec541d8c205713bbeb228266ad77d98e8e8f342a24baa3bad17774a82d9d775397f9d3c1424207f50ea636a
7
- data.tar.gz: 2e32fc721bb8a6c3b1c4e62d4cecf6532599ccf0334c51869e22f7011447f91979c002d466d70c902ac7bca9eaa0d1e532644f75eb6c72f53fad4703801df67d
6
+ metadata.gz: '04859888f241e5c973d043fe56b0b747c2a7bae5500f9cc0196d9e41ba7d003e001b509348bdf637c34376e140bc77d6387c879ce6afbe1210f7c54cff0a3cf4'
7
+ data.tar.gz: cb7713fd3876274d82e269e4396a47776e39378bb87f9f37f8899533a6ee55a26100c8c2bd95f1cf556938468bf13af09ce2fa61f633906c3ff31044ac9fca39
data/.gitignore CHANGED
@@ -11,7 +11,3 @@
11
11
 
12
12
  # rspec failure tracking
13
13
  .rspec_status
14
-
15
- # Exclude Gemfile.lock, because it should not be checked into / included in
16
- # built gems
17
- /Gemfile.lock
@@ -0,0 +1,62 @@
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
data/bin/test CHANGED
File without changes
@@ -16,16 +16,14 @@ module CoverallsMulti
16
16
 
17
17
  source_files = []
18
18
  begin
19
- file.keys.each do |test_suite_key|
20
- file[test_suite_key]['coverage'].each do |filename, coverage|
21
- properties = {}
19
+ file['RSpec']['coverage'].each do |filename, coverage|
20
+ properties = {}
22
21
 
23
- properties['source'] = File.open(filename, 'rb:utf-8').read
24
- properties['name'] = format_short_filename(filename)
25
- properties['coverage'] = coverage
22
+ properties['source'] = File.open(filename, 'rb:utf-8').read
23
+ properties['name'] = format_short_filename(filename)
24
+ properties['coverage'] = coverage
26
25
 
27
- source_files << properties
28
- end
26
+ source_files << properties
29
27
  end
30
28
  rescue StandardError => e
31
29
  raise e, "There was a problem formatting the simplecov report at #{file_path}"
@@ -1,3 +1,3 @@
1
1
  module CoverallsMulti
2
- VERSION = '1.0.2'.freeze
2
+ VERSION = '1.1.1'.freeze
3
3
  end
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.0.2
4
+ version: 1.1.1
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-07-06 00:00:00.000000000 Z
11
+ date: 2018-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: coveralls
@@ -123,6 +123,7 @@ files:
123
123
  - ".travis.yml"
124
124
  - CODE_OF_CONDUCT.md
125
125
  - Gemfile
126
+ - Gemfile.lock
126
127
  - LICENSE.txt
127
128
  - README.md
128
129
  - Rakefile
@@ -160,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
161
  version: '0'
161
162
  requirements: []
162
163
  rubyforge_project:
163
- rubygems_version: 2.7.6
164
+ rubygems_version: 2.5.2
164
165
  signing_key:
165
166
  specification_version: 4
166
167
  summary: Coveralls client for multi-language repos.