Skip to content

Commit

Permalink
Add Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
dayweek committed Oct 19, 2019
1 parent 399ea48 commit 747f2d4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-ci
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ gem 'vcr'
gem 'webmock'
gem 'addressable'
gem 'dotenv'
gem "coveralls", require: false
gem "simplecov"

# Specify your gem's dependencies in gopay-ruby.gemspec
gemspec
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Gem Version](https://badge.fury.io/rb/gopay-ruby.png)](http://badge.fury.io/rb/gopay-ruby)
[![Build Status](https://travis-ci.org/PrimeHammer/gopay-ruby.png?branch=master)](https://travis-ci.org/PrimeHammer/gopay-ruby)
[![Dependency Status](https://gemnasium.com/PrimeHammer/gopay-ruby.png)](https://gemnasium.com/PrimeHammer/gopay-ruby)
[![Code Climate](https://codeclimate.com/github/PrimeHammer/gopay-ruby.png)](https://codeclimate.com/github/PrimeHammer/gopay-ruby)

The GoPay Ruby allows Ruby applications to access to the GoPay REST API.
Expand Down
1 change: 0 additions & 1 deletion gopay.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Gem::Specification.new do |spec|
spec.version = GoPay::Version
spec.authors = ["David Hrachovy & Ondrej Zadnik"]
spec.email = ["david.hrachovy@gmail.com"]

spec.summary = %q{Unofficial wrapper for GoPay REST API}
spec.description = %q{Unofficial wrapper for GoPay REST API}
spec.homepage = "https://github.com/PrimeHammer/gopay-ruby"
Expand Down
5 changes: 4 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'simplecov'
require 'coveralls'
SimpleCov.start
Coveralls.wear!

require 'dotenv/load'
require 'vcr'
Expand Down

0 comments on commit 747f2d4

Please sign in to comment.