webpack / watchpack

Wrapper library for directory and file watching.
MIT License
377 stars 105 forks source link

Respect FS_ACCURACY when determining if file is untouched #216

Open sokra opened 2 years ago

sokra commented 2 years ago

testing alternative to https://github.com/webpack/watchpack/pull/215

codecov[bot] commented 2 years ago

Codecov Report

Merging #216 (538654f) into main (15ac38f) will decrease coverage by 0.28%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #216      +/-   ##
==========================================
- Coverage   92.21%   91.92%   -0.29%     
==========================================
  Files           6        6              
  Lines        1040     1040              
  Branches      248      248              
==========================================
- Hits          959      956       -3     
- Misses         81       84       +3     
Flag Coverage Δ
integration 91.92% <100.00%> (-0.29%) :arrow_down:

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

Impacted Files Coverage Δ
lib/DirectoryWatcher.js 92.56% <100.00%> (-0.22%) :arrow_down:
lib/watchpack.js 92.14% <0.00%> (-0.83%) :arrow_down:

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 15ac38f...538654f. Read the comment docs.