Schedule

Yusuke Endoh
Yusuke Endoh
  • @mametter
'A MRI committer. He has been interested in testing, code coverage, and release management of MRI. He is an advocate of "transcendental programming" that creates a useless program like this bio.'.tap{|s|printf(t=%{'%s'.tap{|s|printf(t=%%{%s},s,t)}},s,t)}

An introduction and future of Ruby coverage library

Are you using code coverage? As Ruby is a dynamic language and there is no standard static code checker yet, a good test suite is crucial to write a production-level Ruby code. Code coverage is a measure of test goodness. Therefore, it is also important to (properly) use code coverage to take a hint about whether your test suite is good enough or not yet (and if any, which modules are not tested well). We talk an introduction to code coverage, types and usage of code coverage, the current status of Ruby coverage library, and some planned improvements towards Ruby 2.5.

Presentation Material

Recorded video