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

Add randomString() to AuthUtils

Open raghavbhatia336 opened this issue 3 years ago • 1 comments

A small pending task to add duplicate function randomString() to util.js and use it in digest.js and hawk.js. Todo comment

raghavbhatia336 avatar Mar 26 '21 17:03 raghavbhatia336

Codecov Report

Merging #1141 (3acc2d3) into develop (daf1da0) will increase coverage by 0.21%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1141      +/-   ##
===========================================
+ Coverage    90.98%   91.19%   +0.21%     
===========================================
  Files           42       43       +1     
  Lines         2573     2568       -5     
  Branches       741      740       -1     
===========================================
+ Hits          2341     2342       +1     
+ Misses         232      226       -6     
Flag Coverage Δ
integration 79.75% <100.00%> (+0.19%) :arrow_up:
legacy 56.15% <93.33%> (+0.14%) :arrow_up:
unit 49.29% <46.66%> (+0.13%) :arrow_up:

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

Impacted Files Coverage Δ
lib/authorizer/digest.js 89.89% <100.00%> (-0.37%) :arrow_down:
lib/authorizer/hawk.js 73.52% <100.00%> (+5.10%) :arrow_up:
lib/authorizer/util.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 daf1da0...3acc2d3. Read the comment docs.

codecov[bot] avatar Mar 26 '21 17:03 codecov[bot]