scrapinghub / spidermon

Scrapy Extension for monitoring spiders execution.
https://spidermon.readthedocs.io
BSD 3-Clause "New" or "Revised" License
528 stars 96 forks source link

Use BaseStatMonitor to implement built-in item count monitor #326

Closed rennerocha closed 2 years ago

rennerocha commented 2 years ago

Use the new BaseStatMonitor to implement Item Count Monitor

codecov[bot] commented 2 years ago

Codecov Report

Merging #326 (8f3d756) into master (b40c322) will decrease coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #326      +/-   ##
==========================================
- Coverage   73.92%   73.85%   -0.07%     
==========================================
  Files          68       68              
  Lines        2991     2983       -8     
  Branches      451      450       -1     
==========================================
- Hits         2211     2203       -8     
  Misses        718      718              
  Partials       62       62              
Impacted Files Coverage Δ
spidermon/contrib/scrapy/monitors.py 98.06% <100.00%> (-0.10%) :arrow_down:

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 b40c322...8f3d756. Read the comment docs.