scrapinghub / spidermon

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

[spidermon] Fix subtract offset-naive and offset-aware #439

Closed adnan-awan closed 2 months ago

adnan-awan commented 3 months ago

Fixes https://github.com/scrapinghub/spidermon/issues/438

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 79.37%. Comparing base (049cb00) to head (ac2f706).

Files Patch % Lines
spidermon/contrib/scrapy/monitors/monitors.py 33.33% 1 Missing and 1 partial :warning:
spidermon/core/monitors.py 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #439 +/- ## ========================================== - Coverage 79.43% 79.37% -0.07% ========================================== Files 76 76 Lines 3229 3234 +5 Branches 536 537 +1 ========================================== + Hits 2565 2567 +2 - Misses 593 595 +2 - Partials 71 72 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.