andykais / scrape-pages

generalized scraper using a single instruction set for any site that can be statically scraped
https://scrape-pages.js.org
MIT License
6 stars 2 forks source link

Add JSON parsing support #24

Closed andykais closed 4 years ago

andykais commented 5 years ago

closes #23

github-actions[bot] commented 4 years ago

Pull Request Test Coverage Report for Build 333


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/scraper/scrape-step/downloader/implementations/http.ts 1 2 50.0%
src/scraper/scrape-step/parser/index.ts 8 9 88.89%
src/util/map.ts 0 1 0.0%
src/util/fs.ts 8 10 80.0%
src/scraper/scrape-step/parser/implementations/xml.ts 4 7 57.14%
<!-- Total: 60 68 88.24% -->
Totals Coverage Status
Change from base Build 332: 1.4%
Covered Lines: 835
Relevant Lines: 884

💛 - Coveralls