Skip to content

Commit

Permalink
Add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
John Piasetzki committed Mar 23, 2015
1 parent a20ff5c commit 8693b43
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ rvm:
- rbx-18mode
- rbx-19mode
before_install: gem install bundler -v "~> 1.2.0"
bundler_args: --without doc release
bundler_args: --without doc releaseA

addons:
code_climate:
repo_token: 8f54d1653994973b85deca4c981fb8b03fbd25616e6f7c12f6728cbf3acf48bd
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "http://rubygems.org"

gem 'haml', '~> 3.1.6'
gem "codeclimate-test-reporter", group: :test, require: nil


# Add dependencies to develop your gem here.
Expand Down
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ GEM
multi_json (~> 1.0)
bourne (1.1.2)
mocha (= 0.10.5)
codeclimate-test-reporter (0.4.7)
simplecov (>= 0.7.1, < 1.0.0)
docile (1.1.5)
git (1.2.5)
haml (3.1.8)
i18n (0.6.2)
Expand All @@ -32,13 +35,19 @@ GEM
shoulda-matchers (1.4.2)
activesupport (>= 3.0.0)
bourne (~> 1.1.2)
simplecov (0.9.2)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.9.0)
simplecov-html (0.9.0)
yard (0.8.5.2)

PLATFORMS
ruby

DEPENDENCIES
bundler (>= 1.2.0)
codeclimate-test-reporter
haml (~> 3.1.6)
jeweler (~> 1.8.4)
minitest
Expand Down
3 changes: 3 additions & 0 deletions test/test_gmail-britta.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require "codeclimate-test-reporter"
CodeClimate::TestReporter.start

require 'bundler/setup'
require 'minitest/unit'
require 'nokogiri'
Expand Down

0 comments on commit 8693b43

Please sign in to comment.