-
Notifications
You must be signed in to change notification settings - Fork 20
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: ACNA-1602 - add logic for --no-action-code and add options object as a param #98
feat: ACNA-1602 - add logic for --no-action-code and add options object as a param #98
Conversation
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.
overall lgtm, just one nitpick + needs testing
Unit Tests (UTs) were failing with mainly 2 types of errors:
All the units tests are now passing although the coverage is still not 100%. Looking to add new UTs for that. |
…rjuncooliitr/aio-lib-runtime into story/ACNA-1602/no-action-code
Not able to get 100% branch coverage for Line 148 - |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #98 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 1300 1311 +11
Branches 345 351 +6
=========================================
+ Hits 1300 1311 +11 ☔ View full report in Codecov by Sentry. |
@arjuncooliitr after running the test locally, check the |
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.
lgtm thanks !
Long overdue - if no more comments I will merge at the end of the week. |
Need to resolve concerns in adobe/aio-cli-plugin-app#537 first. |
This is being closed in favor of updated documentation. This pull request was well implemented, however the convenience was deemed to potentially lead to developers overwriting actions as the command syntax was awkward. |
Description
To enable preventing action code deployment using
--no-action-code
flag :createActionObject
Dependents
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: