Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Testing Coveralls CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iconara committed Jul 4, 2013
1 parent a27e8a0 commit 7c865a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -20,4 +20,5 @@ end
group :test do
gem 'rspec'
gem 'simplecov'
gem 'coveralls', require: false
end
12 changes: 12 additions & 0 deletions Gemfile.lock
Expand Up @@ -11,13 +11,21 @@ GEM
myrrha (~> 1.2.1)
quickl (~> 0.4.1)
coderay (1.0.8)
colorize (0.5.8)
coveralls (0.6.7)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
diff-lcs (1.1.3)
gnuplot (2.3.6)
hashr (0.0.22)
highline (1.6.15)
json (1.7.6)
json (1.7.6-java)
method_source (0.8.1)
mime-types (1.23)
multi_json (1.5.0)
myrrha (1.2.2)
perftools.rb (2.0.0)
Expand All @@ -33,6 +41,8 @@ GEM
quickl (0.4.3)
rake (10.0.2)
redcarpet (2.2.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
Expand All @@ -47,6 +57,7 @@ GEM
simplecov-html (0.7.1)
slop (3.3.3)
spoon (0.0.1)
thor (0.18.1)
travis-lint (1.7.0)
hashr (~> 0.0.22)
viiite (0.2.0)
Expand All @@ -60,6 +71,7 @@ PLATFORMS
ruby

DEPENDENCIES
coveralls
cql-rb!
perftools.rb
pry
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -5,6 +5,9 @@
require 'bundler/setup'

unless ENV['COVERAGE'] == 'no'
require 'coveralls'
Coveralls.wear!

require 'simplecov'
SimpleCov.start do
add_group 'Source', 'lib'
Expand Down

0 comments on commit 7c865a9

Please sign in to comment.