AmadeusITGroup / kassette

kassette is a development server, used mainly for testing, which proxies requests and is able to easily manage local mocks.
MIT License
9 stars 15 forks source link

refactor: using a Symbol rather than a WeakMap to store info on socket #453

Closed divdavem closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #453 (71bf1ed) into master (f043eb1) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #453   +/-   ##
=======================================
  Coverage   89.54%   89.54%           
=======================================
  Files          32       32           
  Lines         784      784           
  Branches      159      159           
=======================================
  Hits          702      702           
  Misses         47       47           
  Partials       35       35           
Flag Coverage Δ
e2e 74.61% <100.00%> (ø)
ut 59.56% <75.00%> (ø)

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

Impacted Files Coverage Δ
packages/app/server/connection.ts 100.00% <100.00%> (ø)
divdavem commented 2 years ago

@fbasso Thank you for your review!