-
Notifications
You must be signed in to change notification settings - Fork 218
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
Introduce secret data type #1226
base: develop
Are you sure you want to change the base?
Conversation
@@ -257,6 +257,28 @@ _.assign(Variable, /** @lends Variable */ { | |||
*/ | |||
number: Number, | |||
|
|||
/** |
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.
This block is not a change, but merely a code reorder for clean addition of new type
Codecov Report
@@ Coverage Diff @@
## develop #1226 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 37 37
Lines 2161 2161
Branches 660 660
=========================================
Hits 2161 2161
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Password type is essentially a string type. This is also a precursor to allow external hooks into type handling.