simplecov icon indicating copy to clipboard operation
simplecov copied to clipboard

Support parallel_tests with multiple commands

Open BenoitMC opened this issue 3 years ago • 1 comments

Currently, when using parallel_tests with 2 different test frameworks (eg RSpec + Cucumber), the guess is the same for the both commands and the second command results overwrite the first command results.

This PR change the guess to something like RSpec (1/2) instead of just (1/2) to have different command names and merge the results correctly.

BenoitMC avatar Jul 07 '22 19:07 BenoitMC

I hope this can be merged!!

pboling avatar Feb 28 '25 06:02 pboling