Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for cobertura #157

Closed
Tracked by #177
elernonelma opened this issue Nov 4, 2020 · 1 comment · Fixed by #206
Closed
Tracked by #177

Add support for cobertura #157

elernonelma opened this issue Nov 4, 2020 · 1 comment · Fixed by #206

Comments

@elernonelma
Copy link
Contributor

Since release https://github.com/sebastianbergmann/php-code-coverage/blob/master/ChangeLog.md#920---2020-10-02 phpunit is able to generate cobertura report: phpunit --coverage-cobertura=cobertura.xml

We use it in our gitlab factory and works fine - do you have any plan to work on it? I may have some time to look at an implementation but not until maybe mid december.

@Jean85
Copy link
Member

Jean85 commented Nov 4, 2020

Implementation should be pretty straightforward, since we reuse PHPUnit components to generate coverage. PR appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants