I've got a Coveralls integration on a Python full-stack project in which I upload coverage reports for Python 3.11.
I'd like to upload multiple coverage files (one for each tested version/OS) and also upload coverage from my frontend.
Is it possible to store more than one coverage file for a repository, like having multiple tabs?
Does Coveralls support multiple languages/frameworks in a coverage report?