tutorcruncher / hermes

1 stars 0 forks source link

Handle PD event status obj is None #242

Closed PrenSJ2 closed 2 months ago

PrenSJ2 commented 2 months ago

in prepare_event_data I was previously iterating through the pervious and current objects, but first was checking if that status object exists in the event, however in real world pd response the statuses will always exist but will be None

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 93.92%. Comparing base (f707d58) to head (14f3cc2). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #242 +/- ## ======================================= Coverage 93.92% 93.92% ======================================= Files 29 29 Lines 1712 1712 Branches 228 228 ======================================= Hits 1608 1608 Misses 66 66 Partials 38 38 ```

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