fluent-nhibernate icon indicating copy to clipboard operation
fluent-nhibernate copied to clipboard

Setup integration with coveralls.io

Open chester89 opened this issue 10 years ago • 3 comments

I found the service lately that allows to track code coverage of a project - https://coveralls.io/. It's free for open-source projects. I thinks it'll be very nice to have coverage reports stored NOT on the build server, especially since I screwed up builds on codebetter TeamCity server.

chester89 avatar Apr 04 '14 13:04 chester89

They don't have OOTB integration, unfortunately. So:

  • [ ] research if dotCover (we use it because it's bundled with TC installation) can provide the data we need or may be we can calculate data from coverage report. if it can't be done, close the issue :(
  • [ ] obtain Coveralls access token
  • [ ] get coverage report, convert it to Coveralls format
  • [ ] send JSON via HTTP

chester89 avatar Apr 08 '14 13:04 chester89

Nah, it appears to be not so easy - this info can't be obtained via dotCover console interface. Guys from JetBrains created tickets for the matter, but I will poke at the dotCover assemblies for more info. Long hold

chester89 avatar Apr 10 '14 17:04 chester89

Ok, that seems to have changed - coveralls DOES have .NET support. will investigate further

chester89 avatar Aug 15 '16 21:08 chester89