postman-collection icon indicating copy to clipboard operation
postman-collection copied to clipboard

Introduce secret data type

Open shamasis opened this issue 2 years ago • 1 comments

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

  • added new password type
  • reordered code in type def for cleanliness
  • tests
  • no breaking change

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

shamasis avatar Nov 29 '21 19:11 shamasis

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.

codecov[bot] avatar Nov 29 '21 19:11 codecov[bot]