Getting Code Coverage and build duration from teamcity...
Hi
I need to extract the Code Coverage and build duration from team city using an API. I have checked the RSS/Atom feeds, but these data is not included in feeds. Can you please guide me, is there a way to pull these data from teamcity, so that we can render this data in our application.
Regards
Pratheesh
Please sign in to leave a comment.
Hi
You can get build start and finish time using REST API.
Code coverage and other statistics will be added to the API in upcoming 6.5 version, by requests like http://localhost/httpAuth/app/rest/builds/id:12/statistics/
It would be great if you get EAP build and let us know what you think.
Thanks
Michael