ruby on rails - How to merge multiple simplecov directories inside CircleCI when running parallel_test? -


I have a rail application that runs parallel_stest with RSPC inside the circle

All around the Internet I'm looking forward to starting my spec_helper.rb file:

  If ENV ['coverage'] requires 'simple' Change the output DIR to artifacts on the circle if ENV ['CIRCLE_ARTIFACTS'] dir = file Include ("..", "..", "..", ENV ['CIRCLE_ARTIFACTS'], "coverage") SimpleCov.coverage_dir (dir) SimpleCov.merge_timeout 3600 SimpleCov .command_name "rspec _ # {Process.pid .to_s} # {ENV ['TEST_ENV_NUMBER']} "Android Simple Cove The problem is that as a result I get a separate folder for each circle example: 

What am I doing wrong?

I work in Circle CI Unfortunately this is not working - we have all the constructions then Do not prepare until all the constructions are finished, so the devices that try to merge together during the build will not work. We talked about adding capabilities to do this, but this is not currently our facility on roadmap, sorry!


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -