How to combine coverage.xml files for github action coverage report? [duplicate]
This question already has answers here: combine python coverage files? (5 answers) Closed last month. I wrote code related to a website in python. Below is my file structure, ├── app_layer │ ├── src │ └── tests ├── core │ ├── src │ └── tests ├── model │ ├── src │ └── tests ├── .github […]