Skip to content

Conversation

cyberdelia
Copy link

@cyberdelia cyberdelia commented Aug 28, 2023

Support nocov comments at the end of a line to mark it as irrelevant, it's a bit less verbose than blocks to ignore some benign things, i.e:

case value
when String
  StringFilter
when Array
  ArrayFilter
else
  raise "Absurd case" # :nocov: 
end

@cyberdelia
Copy link
Author

cyberdelia commented Aug 29, 2023

Fixed the build failure in #1069.

@cyberdelia
Copy link
Author

Freshly rebased!

cc/ @PragTob

@will
Copy link

will commented Oct 30, 2024

@amatsuda please consider this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants