openthread / ot-br-posix

OpenThread Border Router, a Thread border router for POSIX-based platforms.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
421 stars 235 forks source link

[thread-host] implement schedule migration for rcp host #2559

Closed Irving-cl closed 3 weeks ago

Irving-cl commented 1 month ago

This PR implements the ScheduleMigration method in RcpHost.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 78.84615% with 11 lines in your changes missing coverage. Please review.

Project coverage is 46.31%. Comparing base (2b41187) to head (05bfefb). Report is 852 commits behind head on main.

Files with missing lines Patch % Lines
src/ncp/rcp_host.cpp 61.11% 6 Missing and 1 partial :warning:
tests/gtest/test_rcp_host_api.cpp 88.23% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2559 +/- ## ========================================== - Coverage 55.77% 46.31% -9.47% ========================================== Files 87 104 +17 Lines 6890 12484 +5594 Branches 0 906 +906 ========================================== + Hits 3843 5782 +1939 - Misses 3047 6389 +3342 - Partials 0 313 +313 ```

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