geogram
geogram copied to clipboard
gcov
Create gcov job that publishes human-readable status to tests dashboard
Updated nightly.yml, with a new tool matrix parameter that starts gcov or valgrind.
- [ ] 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 ?
These are free for opensource projects and integrate with GitHub https://coveralls.io/ https://reportgenerator.io/ https://about.codecov.io/
Thanks !