kmmbvnr / django-jenkins

Plug and play continuous integration with django and jenkins
GNU Lesser General Public License v3.0
945 stars 279 forks source link

Coverage seems broken when using parallel testing #369

Open amir-hadi opened 6 years ago

amir-hadi commented 6 years ago

We have been using django-jenkins quite a while now, thank you for this project, helped us a lot. To speed up our tests, we want to use the --parallel flag, which works fine with django-jenkins, but the code coverage reports have been going down. I guess its picking up only the coverage from the first process.

Do you have an idea how we can fix this?