scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

Code coverage reported differently while executing tests in parallel and serial. #318

Open tuanmh opened 9 years ago

tuanmh commented 9 years ago

Hey Scrutinizer team,

We have 2 inspections which have the same number of tests executed. However, the code coverage was reported differently.

Basically, in serial tests, we executed all the tests. In parallel mode, in node 1, only one group was configured to run - in node 2, we ran all the tests excluding the group executed in node 1. So, naturally, we expect the code coverage would be the same in serial and parallel execution. Could you please take a look at this?