Closed kevinlewi closed 1 year ago
Patch coverage: 91.89%
and no project coverage change.
Comparison is base (
be1055e
) 87.73% compared to head (8cf6957
) 87.74%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Note that we could add an extra error check for NodeLabel::try_from() to ensure that labels do not have any bits set after label_len. However, the empty_label() label is an example of a valid label which sets bits after label_len, and so it would violate that assumption.