Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
max-konin committed Jul 10, 2018
1 parent 8501aa4 commit 7fd6470
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -9,3 +9,5 @@

# rspec failure tracking
.rspec_status

/coverage
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in process_chain.gemspec
gemspec


group :development, :test do
gem 'bundler'
gem 'rake'
Expand Down
4 changes: 4 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -3,6 +3,10 @@
require 'bundler/setup'
require 'process_chain'

require 'coveralls'

Coveralls.wear!

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

0 comments on commit 7fd6470

Please sign in to comment.