-
Notifications
You must be signed in to change notification settings - Fork 139
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
Prevent use of base
variable in default destroy event arguments outside attachments
#2999
Prevent use of base
variable in default destroy event arguments outside attachments
#2999
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit ddc2ad9 Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2999 +/- ##
=======================================
Coverage 79.99% 79.99%
=======================================
Files 356 356
Lines 82915 82917 +2
=======================================
+ Hits 66326 66328 +2
Misses 14232 14232
Partials 2357 2357
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Nice!
The
base
variable was previously allowed outside of attachments, which should not be permitted.Thanks @oebeling for the report
master
branchFiles changed
in the Github PR explorer