Closed sinkingsugar closed 1 month ago
Attention: Patch coverage is 93.75000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 78.94%. Comparing base (
1983909
) to head (5487907
). Report is 7 commits behind head on devel.
Files with missing lines | Patch % | Lines |
---|---|---|
shards/core/runtime.cpp | 75.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Update SHExposedTypeInfo struct to use 'tracked' and 'declared' flags instead of 'exposed'. Modify related code to use these new flags for variable tracking and declaration. Update Rust bindings accordingly.