Closed afterdusk closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.90%. Comparing base (
3ce5335
) to head (61a19d1
). Report is 4 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Only instantiate metrics attribute in storage manager when the
runtime_metrics
feature is enabled. This avoids an unnecessary import of atomic types, which not all architectures support.