-
Notifications
You must be signed in to change notification settings - Fork 15
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
Funcfile Support #104
Funcfile Support #104
Conversation
✅ Deploy Preview for raredocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #104 +/- ##
==========================================
+ Coverage 91.67% 91.79% +0.11%
==========================================
Files 109 113 +4
Lines 5564 5704 +140
==========================================
+ Hits 5101 5236 +135
- Misses 344 348 +4
- Partials 119 120 +1 ☔ View full report in Codecov by Sentry. |
@@ -45,7 +45,7 @@ func expressionFunction(c *cli.Context) error { | |||
expString = string(b) | |||
} | |||
|
|||
builder := stdlib.NewStdKeyBuilderEx(!noOptimize) | |||
builder := funclib.NewKeyBuilderEx(!noOptimize) |
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.
A test to make sure this works would be good
Add ability to define custom functions in a funcfile for ease/repeatability of logic