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

Provide coverage report format Jenkins can consume #403

Closed
stogle opened this issue Sep 15, 2015 · 6 comments
Closed

Provide coverage report format Jenkins can consume #403

stogle opened this issue Sep 15, 2015 · 6 comments

Comments

@stogle
Copy link
Contributor

stogle commented Sep 15, 2015

This is a request to add a code coverage output format that Jenkins can consume. I cannot find a way to integrate Chutzpah's lcov output with Jenkins. It should be possible to integrate Chutzpah's HTML output vis the HTML Publisher plugin, but with the right output I could leverage a plugin to create reports with drill down and links to source files. Here is what my research has turned up:

I hope you will consider adding support for one of these to Chutzpah to make it easier to integrate with Jenkins and other tools.

@miparnisari
Copy link
Contributor

Any updates on whether this issue will be implemented? If not, @mmanela, can you give us any hints on how to implement it?

@mmanela
Copy link
Owner

mmanela commented Jan 3, 2016

I have not looked at it but it should not bee hard to do. Chutzpah has a bunch of transformers (https://github.com/mmanela/chutzpah/tree/master/Chutzpah/Transformers) and one just has to be written for a format that Jenkins would like.

Are you interested in helping?

@miparnisari
Copy link
Contributor

Yes :) I have never made a big contribution to open source software though,
so I don't know how long it could take me.
On Jan 2, 2016 11:22 PM, "Matthew Manela" notifications@github.com wrote:

I have not looked at it but it should not bee hard to do. Chutzpah has a
bunch of transformers (
https://github.com/mmanela/chutzpah/tree/master/Chutzpah/Transformers)
and one just has to be written for a format that Jenkins would like.

Are you interested in helping?


Reply to this email directly or view it on GitHub
#403 (comment).

@mmanela
Copy link
Owner

mmanela commented Jan 5, 2016

@miparnisari That is exciting. I welcome you to the world of open source software contributions

@mmanela
Copy link
Owner

mmanela commented Feb 1, 2016

Fixed with the emma xml contirbution

@mmanela mmanela closed this as completed Feb 1, 2016
@stogle
Copy link
Contributor Author

stogle commented Feb 2, 2016

Thank you @miparnisari and @mmanela.

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

No branches or pull requests

3 participants