scrapinghub / spidermon

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

Add JobsComparisonMonitor #371

Closed mrwbarg closed 1 year ago

mrwbarg commented 1 year ago

Closes #301. Continuing #323 (resolves #371).

NOTE: Added support to allow for more than 1000 jobs to be queried.

codecov[bot] commented 1 year ago

Codecov Report

Base: 74.62% // Head: 74.85% // Increases project coverage by +0.23% :tada:

Coverage data is based on head (e36e732) compared to base (b74a972). Patch coverage: 91.11% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #371 +/- ## ========================================== + Coverage 74.62% 74.85% +0.23% ========================================== Files 73 73 Lines 3113 3158 +45 Branches 366 373 +7 ========================================== + Hits 2323 2364 +41 - Misses 725 727 +2 - Partials 65 67 +2 ``` | [Impacted Files](https://codecov.io/gh/scrapinghub/spidermon/pull/371?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapinghub) | Coverage Δ | | |---|---|---| | [spidermon/contrib/scrapy/monitors.py](https://codecov.io/gh/scrapinghub/spidermon/pull/371?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapinghub#diff-c3BpZGVybW9uL2NvbnRyaWIvc2NyYXB5L21vbml0b3JzLnB5) | `96.65% <91.11%> (-1.53%)` | :arrow_down: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapinghub). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapinghub)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.