Last active
December 16, 2015 15:59
-
-
Save flomotlik/5459801 to your computer and use it in GitHub Desktop.
Getting Started with Coveralls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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