-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix(schema): allow the output
filename to be a {Function}
#1409
fix(schema): allow the output
filename to be a {Function}
#1409
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1409 +/- ##
=======================================
Coverage 78.94% 78.94%
=======================================
Files 5 5
Lines 494 494
Branches 161 161
=======================================
Hits 390 390
Misses 104 104 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.
Need test
@berthertogen Thanks for the fix. @evilebottnawi Any chance you could look over it again and get this merged in? Would be tremendously helpful. |
output
filename to be a {Function}
Released in |
For Bugs and Features; did you add new tests?
No
Motivation / Use-Case
Allow the output filename to be a function.
eg:
Breaking Changes
None
Additional Info
Closes #1408