-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Functionality] Reduce Custom generator scope to a Single stage generator #227
Conversation
Codecov ReportBase: 99.31% // Head: 99.15% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #227 +/- ##
==========================================
- Coverage 99.31% 99.15% -0.16%
==========================================
Files 73 75 +2
Lines 2039 2004 -35
Branches 573 564 -9
==========================================
- Hits 2025 1987 -38
- Partials 14 17 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Reduces the scope of Custom Generator functionality to remain a Single-Stage generator.
Earlier implementation of Custom Generator was very complex and allowed it to be a Multi-Stage generator.