Skip to content

Commit

Permalink
Add Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jan 5, 2018
1 parent 10f517b commit f740325
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
gemspec

group :development, :test do
gem "coveralls", require: false
gem "rake", require: false
gem "rake-compiler", "~> 1.0", require: false
gem "rspec", "~> 3.7", require: false
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -3,6 +3,9 @@
require "bundler/setup"
require "x25519"
require "support/provider_examples"
require "coveralls"

Coveralls.wear!

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down

0 comments on commit f740325

Please sign in to comment.