I'm using this library https://coverage.readthedocs.io/en/v4.5.x/cmd.html
There are bunch of files and directories in a repo
I'm running bash script to interate through every python file and perform coverage run a.py
Is there any way to run a summarized result? Maybe create a big XML file as a summary?