node-modules / compressing

Everything you need for compressing and uncompressing
MIT License
428 stars 36 forks source link

🤖 TEST: Use GitHub Action #69

Closed fengmk2 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #69 (85fd657) into master (76ee45d) will decrease coverage by 1.55%. The diff coverage is 100.00%.

:exclamation: Current head 85fd657 differs from pull request most recent head 651f178. Consider uploading reports for the commit 651f178 to get more accurate results

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
- Coverage   98.13%   96.58%   -1.56%     
==========================================
  Files          19       19              
  Lines         537      586      +49     
  Branches        0      110     +110     
==========================================
+ Hits          527      566      +39     
- Misses         10       20      +10     
Impacted Files Coverage Δ
lib/zip/uncompress_stream.js 98.61% <100.00%> (+0.22%) :arrow_up:
lib/base_stream.js 54.54% <0.00%> (-32.96%) :arrow_down:
lib/zip/file_stream.js 82.85% <0.00%> (-17.15%) :arrow_down:
lib/tgz/stream.js 100.00% <0.00%> (ø)
lib/zip/stream.js 100.00% <0.00%> (ø)
lib/tar/file_stream.js 100.00% <0.00%> (ø)
lib/tgz/file_stream.js 100.00% <0.00%> (ø)
lib/gzip/file_stream.js 100.00% <0.00%> (ø)
lib/base_write_stream.js 100.00% <0.00%> (ø)
lib/tar/uncompress_stream.js 100.00% <0.00%> (ø)
... and 4 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more