I am wondering if it is possible to merge coverage.xml files into 1 file to see the global report in the HTML output.
I have my unit/functional tests working as 1 command, and integration tests as the second command. This means that my scope for unit/functional tests overridden by unit tests .
It would be great if I had some solution for this problem, mainly by combining these files into 1 file.
python unit-testing code-coverage coverage.py python-coverage
tunarob
source share