Open
Description
Released in Ruby 2.6.0 - Coverage
has a OneShot ability which improves performance.
Instead of returning the volume of coverage, it simply returns a binary representation (0 or 1+).
This would be useful for people who want to check 100% code coverage but not volume of tests.
You could add a flag that only works for Ruby 2.6 users, or release it as a 1.0 version
Thoughts?
Refs: https://bugs.ruby-lang.org/issues/15022 / https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/