Closed tagatac closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.25%. Comparing base (
9529de9
) to head (0577a51
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What is changing: Make the attributedbody regex more general to catch multiline attributes with values like "G-123456".
Why this change is being made: Google's 2FA codes include letters, hyphens, and double quotes.
Related issue(s): Fixes #60
Follow-up changes needed: None
Is the change completely covered by unit tests? If not, why not?: Yes