webrecorder / warcio.js

JS Streaming WARC IO optimized for Browser and Node
MIT License
32 stars 6 forks source link

Additional Checks + async iterator for indexer #9

Closed ikreymer closed 4 years ago

ikreymer commented 4 years ago

Additional checks for using consumed records. Indexer supports iteration as well, new WARCParser utility methods. Bump to 1.1.3

codecov-io commented 4 years ago

Codecov Report

Merging #9 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          507       518   +11     
=========================================
+ Hits           507       518   +11     
Impacted Files Coverage Δ
src/cli_main.js 100.00% <100.00%> (ø)
src/indexer.js 100.00% <100.00%> (ø)
src/readers.js 100.00% <100.00%> (ø)
src/warcparser.js 100.00% <100.00%> (ø)
src/warcrecord.js 100.00% <100.00%> (ø)

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 655e180...42fca29. Read the comment docs.