Closed ghiscoding closed 4 months ago
Run & review this pull request in StackBlitz Codeflow.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.8%. Comparing base (
9837ef1
) to head (3be073c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
<>
was set to be the equivalent of!=
but this is in fact false, since the<>
is meant to representNot_Contains
while!=
is meant to representNot_Equals
and they both work differently since<>
is for a substring but the!=
is for the entire string