Hello,
My application is based on python and I use pytest-cov to create report file.
The available formats of reports file are terminal, html, xml in pytest-cov.
(c.f. https://pytest-cov.readthedocs.io/en/latest/reporting.html)
Can I use not only LCOV files but also XML, HTML to send report file to coveralls?