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

Conditional request workflow #56

Open andykais opened 4 years ago

andykais commented 4 years ago
codecov-commenter commented 4 years ago

Codecov Report

Merging #56 into master will increase coverage by 0.30%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
+ Coverage   86.69%   87.00%   +0.30%     
==========================================
  Files          40       40              
  Lines         917      931      +14     
  Branches       95       97       +2     
==========================================
+ Hits          795      810      +15     
+ Misses         82       79       -3     
- Partials       40       42       +2     
Impacted Files Coverage Δ
...tore-tool/queries/select-ordered-labeled-values.ts 91.76% <ø> (ø)
src/compiler/index.ts 91.30% <100.00%> (+1.91%) :arrow_up:
src/dsl-parser/post-process.ts 76.59% <100.00%> (+1.04%) :arrow_up:
src/runtime/commands/parse-command.ts 86.00% <100.00%> (+3.07%) :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 75151a8...130e632. Read the comment docs.