I have a bunch of processes that run continuously on my server. I can modify the invocation command, but it is difficult to kill the process just to get the coverage report. As I understand it, the .coverage file is generated only after the process starts terminating. Is there any way around this?
Thanks.