2

I am doing unit testing of C++ using gtest and using Bullseye coverage for test coverage.

I can see all results from Bullseye coverage.

But I want to create job on Jenkins and see all chart or graphical result on Jenkins. Is their any plugin or any suggestion for it?

Thanks

rovy
  • 2,481
  • 5
  • 18
  • 26

1 Answers1

-1

Just solved a similar quest, and here is a recipe I've used: http://howto.praqma.net/jenkins/bullseye

Sergey
  • 22
  • 1
  • 1
    It is best not to post links without explaining what you are linking to, and how it solves the original problem. – Peter Wood Oct 15 '15 at 22:47
  • The link is dead now. Could someone post the content or a new link? – Jedidiah Bartlett Feb 11 '20 at 19:51
  • @JedidiahBartlett I don't (yet) know an up-to-date link, but here's an archive version: https://web.archive.org/web/20180430090319/http://howto.praqma.net/jenkins/bullseye – AJM Jun 29 '22 at 10:55