astarte-platform / astarte

Core Astarte Repository
https://docs.astarte-platform.org/
Apache License 2.0
236 stars 45 forks source link

AppEngine: access again `Config` in `rooms/room.ex` #932

Closed Annopaolo closed 2 months ago

Annopaolo commented 2 months ago

The Astarte.AppEngine.API.Config module was removed from the alias list by chance, resulting in an undefined error when calling Config.rooms_events_routing_key!/0. Add it back.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 69.45%. Comparing base (1b98a40) to head (802d83f). Report is 11 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #932 +/- ## ========================================== + Coverage 62.05% 69.45% +7.39% ========================================== Files 57 227 +170 Lines 1389 6675 +5286 ========================================== + Hits 862 4636 +3774 - Misses 527 2039 +1512 ```

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