SimpleCov tries to automatically determine the test framework / tools being used based on process name and environment variables.
Since this project is based on parallel_tests, for which SimpleCov claims support, I was expecting this to "just work" as well.
Apparently, all that needs to be done is exposing two environment variables to the sub processes, as explained here. Would that be feasible? (Happy to send a PR if you approve.)
SimpleCov tries to automatically determine the test framework / tools being used based on process name and environment variables.
Since this project is based on
parallel_tests, for which SimpleCov claims support, I was expecting this to "just work" as well.Apparently, all that needs to be done is exposing two environment variables to the sub processes, as explained here. Would that be feasible? (Happy to send a PR if you approve.)