These notes of kind of for myself, but if anyone is seriously interested in contributing to the project, these resources might be helpful. I learned a lot looking at various existing projects and open source code.
- erb code coverage
- more erb code coverage
- erb syntax parse out and mark lines as important
- ruby 2 tracer
- coveralls hosted code coverage tracking currently for test coverage but might be a good partner for production coverage
- simplecov usage example copy some of the syntax sugar setup for cover band
- Jruby coverage bug
- learn from oboe ruby code
- learn from stackprof
- I believe there are possible ways to get even better data using the new Ruby2 TracePoint API