Merge pull request #5798 from DirtyF/bump-codeclimate-test-reporter
Merge pull request 5798
This commit is contained in:
commit
17ccfdca4f
|
@ -23,7 +23,7 @@ exclude_paths:
|
|||
|
||||
- features/**/*
|
||||
- script/**/*
|
||||
- site/**/*
|
||||
- docs/**/*
|
||||
- spec/**/*
|
||||
- test/**/*
|
||||
- vendor/**/*
|
||||
|
|
|
@ -45,3 +45,6 @@ addons:
|
|||
DA4vsRURfABU0fIhwYkQuZqEcA3d8TL36BZcGEshG6MQ2AmnYsmFiTcxqV5bmlElHEqQuT\
|
||||
5SUFXLafgZPBnL0qDwujQcHukID41sE=\
|
||||
"
|
||||
# regular test configuration
|
||||
after_success:
|
||||
- bundle exec codeclimate-test-reporter
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -18,7 +18,7 @@ end
|
|||
#
|
||||
|
||||
group :test do
|
||||
gem "codeclimate-test-reporter", "~> 0.6.0"
|
||||
gem "codeclimate-test-reporter", "~> 1.0.5"
|
||||
gem "cucumber", "~> 2.1"
|
||||
gem "jekyll_test_plugin"
|
||||
gem "jekyll_test_plugin_malicious"
|
||||
|
|
|
@ -10,8 +10,8 @@ def jruby?
|
|||
end
|
||||
|
||||
if ENV["CI"]
|
||||
require "codeclimate-test-reporter"
|
||||
CodeClimate::TestReporter.start
|
||||
require "simplecov"
|
||||
SimpleCov.start
|
||||
else
|
||||
require File.expand_path("../simplecov_custom_profile", __FILE__)
|
||||
SimpleCov.start "gem" do
|
||||
|
|
Loading…
Reference in New Issue