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

Hooks around variable scope

Open shamasis opened this issue 2 years ago • 1 comments

Meant to solve / apply last-mile data transformation algorithms within runtime implementations.

shamasis avatar Nov 29 '21 21:11 shamasis

Codecov Report

Merging #1227 (056ef3d) into develop (dbcf65b) will decrease coverage by 60.30%. The diff coverage is 20.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #1227       +/-   ##
============================================
- Coverage   100.00%   39.69%   -60.31%     
============================================
  Files           37       37               
  Lines         2161     2174       +13     
  Branches       660      665        +5     
============================================
- Hits          2161      863     -1298     
- Misses           0     1311     +1311     
Flag Coverage Δ
unit 39.69% <20.00%> (-60.31%) :arrow_down:

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

Impacted Files Coverage Δ
lib/collection/variable-scope.js 11.29% <12.50%> (-88.71%) :arrow_down:
lib/collection/variable.js 44.44% <50.00%> (-55.56%) :arrow_down:
lib/collection/mutation-tracker.js 16.98% <0.00%> (-83.02%) :arrow_down:
lib/superstring/index.js 18.96% <0.00%> (-81.04%) :arrow_down:
lib/superstring/dynamic-variables.js 20.00% <0.00%> (-80.00%) :arrow_down:
lib/collection/proxy-config.js 26.31% <0.00%> (-73.69%) :arrow_down:
lib/collection/cookie.js 28.26% <0.00%> (-71.74%) :arrow_down:
lib/collection/property.js 28.76% <0.00%> (-71.24%) :arrow_down:
lib/collection/property-base.js 29.03% <0.00%> (-70.97%) :arrow_down:
... and 28 more

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...056ef3d. Read the comment docs.

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