Skip to content

Conversation

zix99
Copy link
Owner

@zix99 zix99 commented Jun 1, 2024

Add ability to define custom functions in a funcfile for ease/repeatability of logic

Copy link

netlify bot commented Jun 1, 2024

Deploy Preview for raredocs ready!

Name Link
🔨 Latest commit 68e0cc9
🔍 Latest deploy log https://app.netlify.com/sites/raredocs/deploys/665fc495aeed2d0008837178
😎 Deploy Preview https://deploy-preview-104--raredocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov-commenter
Copy link

codecov-commenter commented Jun 1, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 96.57534% with 5 lines in your changes missing coverage. Please review.

Project coverage is 91.79%. Comparing base (0192d22) to head (68e0cc9).
Report is 79 commits behind head on master.

Files with missing lines Patch % Lines
main.go 50.00% 4 Missing and 1 partial ⚠️

❗ 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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -45,7 +45,7 @@ func expressionFunction(c *cli.Context) error {
expString = string(b)
}

builder := stdlib.NewStdKeyBuilderEx(!noOptimize)
builder := funclib.NewKeyBuilderEx(!noOptimize)
Copy link
Owner Author

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

@zix99 zix99 merged commit 52d672c into master Jun 5, 2024
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.

2 participants