Closed Irving-cl closed 1 month ago
Attention: Patch coverage is 0%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 45.47%. Comparing base (
2b41187
) to head (a1ae0d2
). Report is 835 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/ncp/rcp_host.cpp | 0.00% | 10 Missing :warning: |
src/ncp/ncp_host.cpp | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds the
SetCountryCode
method toThreadHost
.The PR implements this method for
RcpHost
. The implementation for NCP will be added later.