Skip to content

Commit

Permalink
Add coveralls and some badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Feb 7, 2014
1 parent 8f40553 commit 14f49b6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ spec/dummy/db/*.sqlite3
spec/dummy/log/*.log
spec/dummy/tmp/
spec/dummy/.sass-cache
coverage/
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ gemspec
# jquery-rails is used by the dummy application
gem "jquery-rails"

gem 'coveralls', require: false


# 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
18 changes: 18 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@ GEM
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
coderay (1.0.8)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
diff-lcs (1.1.3)
docile (1.1.3)
erubis (2.7.0)
ffi (1.1.5)
guard (1.5.0)
Expand Down Expand Up @@ -101,6 +108,8 @@ GEM
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
Expand All @@ -114,6 +123,11 @@ GEM
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.11.0)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
slop (3.3.3)
spork (0.9.2)
sprockets (2.1.3)
Expand All @@ -122,8 +136,11 @@ GEM
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
sys-proctable (0.9.2)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.16.0)
tilt (1.3.3)
tins (0.13.2)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
Expand All @@ -133,6 +150,7 @@ PLATFORMS
ruby

DEPENDENCIES
coveralls
easyxdm-rails!
guard-rspec
guard-spork
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ easyxdm-rails is the easiest way to include easyXDM in your rail app.
Currently includes files from : easyXDM-2.4.19.3.zip

[![Gem Version](https://badge.fury.io/rb/easyxdm-rails.png)](http://badge.fury.io/rb/easyxdm-rails)
[![Build Status](https://travis-ci.org/Octo-Labs/easyxdm-rails.png?branch=master)](https://travis-ci.org/Octo-Labs/easyxdm-rails)
[![Code Climate](https://codeclimate.com/repos/52f46afce30ba065310000f0/badges/4de5c731c9291aebd88b/gpa.png)](https://codeclimate.com/repos/52f46afce30ba065310000f0/feed)


Installation
--------------
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
#uncomment the following line to use spork with the debugger
#require 'spork/ext/ruby-debug'

require 'coveralls'
Coveralls.wear!

Spork.prefork do
# Loading more in this block will cause your tests to run faster. However,
# if you change any configuration or code from libraries loaded here, you'll
Expand Down

0 comments on commit 14f49b6

Please sign in to comment.