Skip to content

Instantly share code, notes, and snippets.

@flomotlik
Last active December 16, 2015 15:59
Show Gist options
  • Save flomotlik/5459801 to your computer and use it in GitHub Desktop.
Save flomotlik/5459801 to your computer and use it in GitHub Desktop.
Getting Started with Coveralls
#Coveralls with Rspec and Cucumber
require 'coveralls'
Coveralls.wear_merged!
SimpleCov.merge_timeout 3600
#MAKING SURE SIMPLECOV WORKS WITH THE PARALLEL_TESTS GEM
SimpleCov.command_name "RSpec/Cucumber:#{Process.pid.to_s}#{ENV['TEST_ENV_NUMBER']}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment