-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(deploy): flow activation and deactivation during package installation #17
feat(deploy): flow activation and deactivation during package installation #17
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17 +/- ##
=======================================
Coverage 46.29% 46.29%
=======================================
Files 73 73
Lines 2817 2817
Branches 322 322
=======================================
Hits 1304 1304
Misses 1488 1488
Partials 25 25 ☔ View full report in Codecov by Sentry. |
packages/sfp-cli/src/core/package/deploymentFilters/FlowVersionFilter.ts
Outdated
Show resolved
Hide resolved
packages/sfp-cli/src/core/package/deploymentFilters/FlowVersionFilter.ts
Outdated
Show resolved
Hide resolved
packages/sfp-cli/src/core/package/deploymentCustomizers/FlowActivator.ts
Outdated
Show resolved
Hide resolved
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.
Looks good.
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.
For now its fine. In the next release small updates.
Automated flow activation and deployment in source packages
Checklist
All items have to be completed before a PR is merged