coverallsapp / coverage-reporter

Self-contained, universal coverage uploader binary. Under development.
https://coveralls.io
MIT License
45 stars 14 forks source link

PHPUnit's clover format #53

Closed szepeviktor closed 10 months ago

szepeviktor commented 1 year ago

Supporting clover format

Hello! PHPUnit has millions of users. https://docs.phpunit.de/en/10.0/configuration.html#the-report-element

Can coverage-reporter read clover XML files?

mrexox commented 1 year ago

Hey @szepeviktor! Right now coverage-reporter doesn't support clover XML reports but we are planning to add the support for it. If you want to speed it up, could you please share a repo I can use for testing (to create clover coverage report and parse it)? I'd appreciate it a lot.

afinetooth commented 1 year ago

@szepeviktor thanks for reaching out about this. I believe Clover XML was next on our list of formats to add support for. A test repo would be a big help.

On that topic, though, I want to take the opportunity to point out that if anyone, including yourself, ever wants to contribute a new format parserper this message in the project README, which links to our Developer Guide for adding a new format parser—Coveralls is offering compensation in the form of one or more months of free service at Coveralls.io.

The same goes for new CI services, which is pretty straighforward if you look at the currently supported CI modules here, and our docs on CI env vars.

Thanks 🙏