Skip to content

Commit eb53343

Browse files
authored
Merge pull request github-changelog-generator#710 from github-changelog-generator/drop-coveralls
Drop coveralls gem and configuration
2 parents d43eebd + ad9a3b4 commit eb53343

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.coveralls.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ end
2020

2121
group :test do
2222
gem "codeclimate-test-reporter", "~> 1.0"
23-
gem "coveralls", "~>0.8", require: false
2423
gem "json"
2524
gem "multi_json"
2625
gem "rspec", "< 4"

spec/spec_helper.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,14 @@
1818
# limitations under the License.
1919
#
2020
require "simplecov"
21-
require "coveralls"
2221
require "vcr"
2322
require "webmock/rspec"
2423

2524
# This module is only used to check the environment is currently a testing env
2625
module SpecHelper
2726
end
2827

29-
SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter.new([
30-
Coveralls::SimpleCov::Formatter,
31-
SimpleCov::Formatter::HTMLFormatter
32-
])
28+
SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
3329
SimpleCov.start do
3430
add_filter "gemfiles/"
3531
end

0 commit comments

Comments
 (0)