Skip to content

Commit

Permalink
Merge pull request #104 from durandom/fix_coverage
Browse files Browse the repository at this point in the history
[EUWE] fix codeclimate to make CI pass again
  • Loading branch information
Ladas authored Jan 12, 2017
2 parents 1927526 + 669bc22 commit be9f32a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# development dependencies will be added by default to the :development group.
gemspec

group :test do
gem "codeclimate-test-reporter", :require => false
end

# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
Expand Down
3 changes: 3 additions & 0 deletions manageiq-providers-amazon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config.lib}/**/*"]

s.add_dependency("aws-sdk", ["~>2.2.19"])

s.add_development_dependency "codeclimate-test-reporter", "~> 1.0.0"
s.add_development_dependency "simplecov"
end
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if ENV['CI']
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start
require 'simplecov'
SimpleCov.start
end

VCR.configure do |config|
Expand Down

0 comments on commit be9f32a

Please sign in to comment.