webpack / watchpack

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

report time info for directories correctly #212

Closed sokra closed 2 years ago

sokra commented 2 years ago

fixes https://github.com/vercel/next.js/issues/32133

codecov[bot] commented 2 years ago

Codecov Report

Merging #212 (d401815) into main (b903dd3) will increase coverage by 1.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
+ Coverage   91.15%   92.21%   +1.05%     
==========================================
  Files           6        6              
  Lines        1040     1040              
  Branches      249      248       -1     
==========================================
+ Hits          948      959      +11     
+ Misses         92       81      -11     
Flag Coverage Δ
integration 92.21% <100.00%> (+1.05%) :arrow_up:

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

Impacted Files Coverage Δ
lib/watchpack.js 92.97% <ø> (-0.06%) :arrow_down:
lib/DirectoryWatcher.js 92.77% <100.00%> (+2.44%) :arrow_up:

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 b903dd3...d401815. Read the comment docs.