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

fix(test): normalize paths before calling shouldInstrument for coverage (in jest transform) #452

Closed divdavem closed 2 years ago

divdavem commented 2 years ago

Same as #451 but for jest configuration in case the path is not yet normalized by jest.

codecov[bot] commented 2 years ago

Codecov Report

Merging #452 (98a4d7a) into master (f043eb1) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #452   +/-   ##
=======================================
  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% <ø> (ø)
ut 59.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out 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 f043eb1...98a4d7a. Read the comment docs.