cloak-php / cloak

Modern code coverage analysis library
MIT License
31 stars 0 forks source link

How to merge results from multiple (possibly, concurrent) executions? #107

Open nazar-pc opened 8 years ago

nazar-pc commented 8 years ago

I have own custom tests runner and want to integrate some standalone code coverage tool. This one seems interesting, so I've played with it a bit, but I have multiple separate executions of tests files. Do I need to serialize/deserialize objects sequentially, or there is some built-in feature to merge results afterwards? Docs are scarce unfortunately.