-
Notifications
You must be signed in to change notification settings - Fork 26
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
Added a warning for gluing an object outside of a context #45
Conversation
Codecov Report
@@ Coverage Diff @@
## master #45 +/- ##
========================================
- Coverage 96% 94.1% -1.9%
========================================
Files 9 10 +1
Lines 400 424 +24
========================================
+ Hits 384 399 +15
- Misses 16 25 +9 |
Codecov Report
@@ Coverage Diff @@
## master #45 +/- ##
==========================================
- Coverage 96% 95.96% -0.04%
==========================================
Files 9 10 +1
Lines 400 421 +21
==========================================
+ Hits 384 404 +20
- Misses 16 17 +1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall! Left a few comments inline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MSeal Logically, this looks good. Let's revisit the naming a bit to avoid the double negative. Not sure that we want to encode behavior (no action) in to the name.
Applied suggested changes Co-Authored-By: MSeal <[email protected]>
Test pass, but can't tell codecov to ignore the dropped by 0.04% coverage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @MSeal. Looks great.
Implements #42