When running crystalball in a parallel test setup, we will have multiple crystalball_data.yml files generated.
Currently we need to write a script to merge all the different crystalball_data_*.yml files from the different runs into one single file.
It will be really helpful if the library itself supports that. For example something like SimpleCov.collate
@goromlagche you don't have to merge them together. If you set a directory in execution_map_path Crystalball will read all the files from that directory.
When running crystalball in a parallel test setup, we will have multiple
crystalball_data.yml
files generated. Currently we need to write a script to merge all the differentcrystalball_data_*.yml
files from the different runs into one single file.It will be really helpful if the library itself supports that. For example something like SimpleCov.collate