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

Adding return path option for amazon ses emails #381

Closed further-reading closed 1 year ago

further-reading commented 1 year ago

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

codecov[bot] commented 1 year ago

Codecov Report

Base: 74.89% // Head: 75.85% // Increases project coverage by +0.95% :tada:

Coverage data is based on head (28380c8) compared to base (062bb7d). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #381 +/- ## ========================================== + Coverage 74.89% 75.85% +0.95% ========================================== Files 73 73 Lines 3163 3168 +5 Branches 373 374 +1 ========================================== + Hits 2369 2403 +34 + Misses 727 695 -32 - Partials 67 70 +3 ``` | [Impacted Files](https://codecov.io/gh/scrapinghub/spidermon/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapinghub) | Coverage Δ | | |---|---|---| | [spidermon/contrib/actions/email/ses.py](https://codecov.io/gh/scrapinghub/spidermon/pull/381?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=scrapinghub#diff-c3BpZGVybW9uL2NvbnRyaWIvYWN0aW9ucy9lbWFpbC9zZXMucHk=) | `85.00% <100.00%> (+85.00%)` | :arrow_up: | 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.

further-reading commented 1 year ago

This is now ready for review!