kevin-j-m (Kevin Murphy)
- Login: kevin-j-m
- Registered on: 12/28/2022
- Last sign in: 12/28/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/28/2022
-
08:22 PM Ruby Bug #19279: Allow `Coverage.supported?` to recognize oneshot lines mode
- I just created the PR here: https://github.com/ruby/ruby/pull/7040
-
08:12 PM Ruby Bug #19279: Allow `Coverage.supported?` to recognize oneshot lines mode
- I have a commit to support this that I'd like to contribute as a PR, but am waiting on doing so until the process here plays out. Thanks!
-
08:10 PM Ruby Bug #19279 (Closed): Allow `Coverage.supported?` to recognize oneshot lines mode
- Currently in Ruby 3.2.0, Coverage's new `supported?` method (introduced in https://bugs.ruby-lang.org/issues/19026) does not recognize support for oneshot lines. Given that it is an available mode of coverage, I'm proposing that `Coverag...
11/20/2020
-
12:24 AM Ruby Revision 0026f644 (git): Document Different Coverage Modes
- This commits adds in documentation to illustrate the different modes you
can start coverage with. Examples are provided to show how to start each
of these modes, along with an explanation of the mode and a description
of the output.