Is it possible to produce a graph of code coverage v time in Jenkins for NUnit/MSTest?
I can produce a code coverage report with OpenCover and ReportGenerator. I would prefer to be able to visualise this with a graph. The NUnit plugin only produces of a graph of tests run or test failures over time.
On a separate note, does anyone know how to get OpenCover to set the %ERRORLEVEL% batch variable is a test fails during code coverage calculation?