postmanlabs / postman-collection

Javascript module that allows a developer to work with Postman Collections
https://www.postmanlabs.com/postman-collection/
Apache License 2.0
456 stars 215 forks source link

Introduce secret data type #1226

Open shamasis opened 2 years ago

shamasis commented 2 years ago

Password type is essentially a string type. This is also a precursor to allow external hooks into type handling.

Edit: We are calling the data type as secret instead of password

codecov[bot] commented 2 years ago

Codecov Report

Merging #1226 (5dee7da) into develop (dbcf65b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop     #1226   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           37        37           
  Lines         2161      2161           
  Branches       660       660           
=========================================
  Hits          2161      2161           
Flag Coverage Δ
unit 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/collection/variable.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dbcf65b...5dee7da. Read the comment docs.