geogram icon indicating copy to clipboard operation
geogram copied to clipboard

gcov

Open BrunoLevy opened this issue 2 years ago • 4 comments

Create gcov job that publishes human-readable status to tests dashboard

BrunoLevy avatar Nov 28 '22 16:11 BrunoLevy

Updated nightly.yml, with a new tool matrix parameter that starts gcov or valgrind.

BrunoLevy avatar Dec 09 '22 10:12 BrunoLevy

  • [ ] TODO: find (or write) a tool that generates human-readable coverage reports from gcov's output (I was previously using a Jenkins plugin for that, need to find a standalone equivalent). Does somebody know one ?

BrunoLevy avatar Feb 19 '23 15:02 BrunoLevy

These are free for opensource projects and integrate with GitHub https://coveralls.io/ https://reportgenerator.io/ https://about.codecov.io/

simogasp avatar Feb 19 '23 17:02 simogasp

Thanks !

BrunoLevy avatar Feb 19 '23 17:02 BrunoLevy