Closed golopot closed 1 month ago
Attention: Patch coverage is 12.50000%
with 14 lines
in your changes missing coverage. Please review.
Project coverage is 93.66%. Comparing base (
1f95a24
) to head (1a1eb4b
).
Files with missing lines | Patch % | Lines |
---|---|---|
lib/rules/destructuring-assignment.js | 12.50% | 14 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #3828
The rule failed to catch usages of
typeof props.a
because it is parsed a TSQualifiedName instead of a memberExpression.