nyaruka / mailroom

Backend services for the TextIt platform.
Other
0 stars 1 forks source link

Fix trigger_session actions with IVR flows #340

Closed rowanseymour closed 1 month ago

rowanseymour commented 1 month ago

We start calls by requesting a call from an IVR service and it calling us back. We record which flow will be started on the flow start and we load that flow start in the web endpoint that handles the new call. So for now all IVR flow starts need a start in the database.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 63.41%. Comparing base (2998ef9) to head (715e3ef).

Files with missing lines Patch % Lines
core/hooks/create_starts.go 33.33% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #340 +/- ## ========================================== - Coverage 63.42% 63.41% -0.01% ========================================== Files 189 189 Lines 10591 10594 +3 ========================================== + Hits 6717 6718 +1 - Misses 2983 2984 +1 - Partials 891 892 +1 ```

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