I have python application. have integrated coverage.py to perform the testcases and generate the code coverage report. this is working fine but taking lot of time to complete the process. Planning to implement parallelism.
Need help in this.
Thanks in advance.