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

Delete condition for ActionCable group in Rails profile. #707

Merged

Conversation

koheisg
Copy link
Contributor

@koheisg koheisg commented Dec 26, 2018

ActionCable is enabled in a default Rails project. (There may be few projects using ActionCable...)
In general, simplecov reads before Rails starts up, so ActionCable is not defined at this time.
That is, since the group in the ActionCable is not always true, I submitted this pull request.

@PragTob
Copy link
Collaborator

PragTob commented Jun 25, 2019

👋

Hey yeah good thing to notice that it can't be defined 😊 I see no other way to easily check this - that it's potentially empty is probably better fixed somewhere else.

Thanks!

Copy link
Collaborator

@PragTob PragTob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@PragTob PragTob merged commit ba57b3c into simplecov-ruby:master Jun 25, 2019
@koheisg koheisg deleted the rails-profile-enable-action-cable branch August 13, 2020 10:08
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

2 participants