Closed imrn99 closed 1 month ago
Attention: Patch coverage is 50.61728%
with 40 lines
in your changes missing coverage. Please review.
Project coverage is 81.35%. Comparing base (
798c5e8
) to head (ff196de
).
Files with missing lines | Patch % | Lines |
---|---|---|
honeycomb-core/src/attributes/manager.rs | 38.46% | 40 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
replace some
expect
calls fromAttrStorageManager
methods with warnings.these methods already returned
Option
s, so the only downside to this is that aNone
return can be both due to missing data or missing storageScope
Type of change
Other