astarte-platform / astarte

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

AppEngine: handle type casting for `longinteger` inputs #969

Closed Hibe7 closed 2 weeks ago

Hibe7 commented 3 weeks ago

Implemented cast_value/2 functions to support string input parsing for longinteger values and arrays in server-owned interfaces. This implementation enables parsing of string inputs into integers where necessary.

Fixes #967

codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 68.05%. Comparing base (daa5cd7) to head (d8bfac8). Report is 12 commits behind head on release-1.1.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## release-1.1 #969 +/- ## ================================================ - Coverage 81.75% 68.05% -13.71% ================================================ Files 70 281 +211 Lines 1721 7428 +5707 ================================================ + Hits 1407 5055 +3648 - Misses 314 2373 +2059 ```

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