coveralls 0.5.4 → 0.5.5

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.
@@ -7,9 +7,9 @@ require "coveralls/simplecov"
7
7
 
8
8
  module Coveralls
9
9
 
10
- def self.wear!(simplecov_setting = nil)
10
+ def self.wear!(*args)
11
11
  setup!
12
- start!(simplecov_setting)
12
+ start!(*args)
13
13
  end
14
14
 
15
15
  def self.setup!
@@ -29,7 +29,7 @@ module Coveralls
29
29
  # Load the appropriate adapter.
30
30
  if @@adapter == :simplecov
31
31
  ::SimpleCov.formatter = Coveralls::SimpleCov::Formatter
32
- puts "[Coveralls] Using the SimpleCov formatter.".green
32
+ puts "[Coveralls] Set up the SimpleCov formatter.".green
33
33
  else
34
34
  puts "[Coveralls] Couldn't find an appropriate adapter.".red
35
35
  end
@@ -42,6 +42,7 @@ module Coveralls
42
42
  puts "[Coveralls] Using SimpleCov's '#{simplecov_setting}' settings.".green
43
43
  ::SimpleCov.start(simplecov_setting)
44
44
  else
45
+ puts "[Coveralls] Using SimpleCov's default settings.".green
45
46
  ::SimpleCov.start
46
47
  end
47
48
  end
@@ -51,7 +52,7 @@ module Coveralls
51
52
 
52
53
  # Fail early if we're not on Travis
53
54
  unless ENV["TRAVIS"] || ENV["COVERALLS_RUN_LOCALLY"]
54
- puts "[Coveralls] Not saving coverage run because we aren't on Travis CI.".yellow
55
+ puts "[Coveralls] Outside the Travis environment, not sending data.".yellow
55
56
  return false
56
57
  end
57
58
 
@@ -1,3 +1,3 @@
1
1
  module Coveralls
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
3
3
  end
@@ -7,9 +7,7 @@ class InceptionFormatter
7
7
  end
8
8
 
9
9
  SimpleCov.formatter = InceptionFormatter
10
- SimpleCov.start do
11
- add_filter 'spec'
12
- end
10
+ SimpleCov.start 'test_frameworks'
13
11
 
14
12
  require 'coveralls'
15
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coveralls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -164,7 +164,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: 2983387755531512096
167
+ hash: -1995849353156122658
168
168
  required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  none: false
170
170
  requirements:
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
173
173
  version: '0'
174
174
  segments:
175
175
  - 0
176
- hash: 2983387755531512096
176
+ hash: -1995849353156122658
177
177
  requirements: []
178
178
  rubyforge_project:
179
179
  rubygems_version: 1.8.24