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

[429] Fix default templates non-subscriptable problem #451

Closed NiltonGMJunior closed 1 month ago

NiltonGMJunior commented 1 month ago

Replaces all instances of data.job.metadata[x] in the templates with data.job.metadata.get(x).

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.51%. Comparing base (2d11fbf) to head (3bbea05).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #451 +/- ## ======================================= Coverage 79.51% 79.51% ======================================= Files 76 76 Lines 3237 3237 Branches 537 537 ======================================= Hits 2574 2574 Misses 593 593 Partials 70 70 ```

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