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

Add built-in monitor for critical errors #329

Closed rennerocha closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #329 (59347b3) into master (b40c322) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #329      +/-   ##
==========================================
+ Coverage   73.92%   73.97%   +0.05%     
==========================================
  Files          68       68              
  Lines        2991     2997       +6     
  Branches      451      452       +1     
==========================================
+ Hits         2211     2217       +6     
  Misses        718      718              
  Partials       62       62              
Impacted Files Coverage Δ
spidermon/contrib/scrapy/monitors.py 98.22% <100.00%> (+0.06%) :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 b40c322...59347b3. Read the comment docs.

rennerocha commented 2 years ago

Closes #303