eclipse-kuksa / kuksa-databroker

A modern in-vehicle VSS (Vehicle Signal Specification) server written in RUST
https://eclipse-kuksa.github.io/kuksa-website/
Apache License 2.0
12 stars 11 forks source link

Prepare Release 0.4.5 #38

Closed wba2hi closed 1 month ago

wba2hi commented 1 month ago

Functional Check as per Release Process (https://github.com/eclipse-kuksa/kuksa-databroker/wiki/Release-Process#update-rust-versions) looked good.

One thing I noticed when testing the dbcfeeder.py: Instead of doing manual get's on Vehicle.Speed I subscribed to it using databroker-cli to be directly informed about changes. However, once I started dbcfeeder.py I got a lot of updates for "Vehicle.Speed: 0km/h", it took quite some time until it changed to actual numbers. This might be working as intended, however I don't know, therefore I want to highlight it

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 49.40%. Comparing base (6cdfb4f) to head (162b87d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #38 +/- ## ======================================= Coverage 49.40% 49.40% ======================================= Files 31 31 Lines 11285 11285 ======================================= Hits 5575 5575 Misses 5710 5710 ```

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