Sha256: 3c3589b31b9dbe5136fc062a1ea9d73483701c98444b696ed1dcc9d702d37931
Contents?: true
Size: 349 Bytes
Versions: 11
Compression:
Stored size: 349 Bytes
Contents
#fix for merging multiple test suites https://github.com/colszowka/simplecov/issues/350 #require 'coveralls' #using ARGV.join to generate a new identifier for each coverage run (cant use PID because it'll always be 1 in the container) SimpleCov.start do add_filter '/spec/' command_name "capsulecd_#{ARGV.join}" merge_timeout 360 # 1 hour end
Version data entries
11 entries across 11 versions & 1 rubygems