You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 withdjango-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?
The text was updated successfully, but these errors were encountered: