-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add generic binding decorators/Modify existing decorators to enable decorator extensibility under new programming model #108
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #108 +/- ##
==========================================
+ Coverage 84.67% 85.00% +0.33%
==========================================
Files 46 47 +1
Lines 2714 2774 +60
Branches 363 371 +8
==========================================
+ Hits 2298 2358 +60
+ Misses 343 341 -2
- Partials 73 75 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
:ship
575b537
to
e0130bf
Compare
e0130bf
to
c871fdc
Compare
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.
Add custom trigger, input and output bindings.