Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nocov comment at the end of a line #1068

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

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.

None yet

1 participant