combine python coverage files?
I found a different solution. I used combine feature (read here) So I run my coverage like: coverage run -p and then I do coverage combine. If you want to keep the old reports, you can use –keep. That’s all. It generates 1 combined report.