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

Getting Code Coverage of all the builds #26

Open
rahulsahay19 opened this issue Oct 12, 2018 · 4 comments
Open

Getting Code Coverage of all the builds #26

rahulsahay19 opened this issue Oct 12, 2018 · 4 comments

Comments

@rahulsahay19
Copy link

Hi,

I actually have one question rather than bug. Say I have x no of builds setup and individual code coverage I am getting. But wanted to check whether I can have one summarized code coverage from all the builds at one place. Means average of all individual code coverages.

Thanks,
Rahul

@sdavis3
Copy link
Owner

sdavis3 commented Jan 9, 2019

I suppose this is theoretically possible. I use the REST API to access the code coverage details for each build. In your scenario, I would need to traverse the REST API for each build when the widget loads. I'd be a little concerned about the performance if you had a large number of build definitions. Can you help me to understand the value that the overall average would provide you?

@rahulsahay19
Copy link
Author

Its actually part of release process, where in management needs to see a complete report where in all individual builds are covered. Currently, I need to exclusively gather all the code coverage and then on top of that, need to apply mean. Hence, thought of asking whether there is any provision for this? Thanks!

@sdavis3
Copy link
Owner

sdavis3 commented Jan 11, 2019

Ah...ok. Now I understand. So you would expect each build to be plotted on the same chart with a mean line as well?

@rahulsahay19
Copy link
Author

Each build will behave as it is like how its giving numbers now. Only thing is it will also give number of overall build average number, let's say at the bottom of the report! Thanks!

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

2 participants