-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepend mailto: when company inserts an email in one click application #302
Conversation
Codecov ReportBase: 88.98% // Head: 88.97% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## develop #302 +/- ##
===========================================
- Coverage 88.98% 88.97% -0.02%
===========================================
Files 175 175
Lines 3306 3311 +5
Branches 833 834 +1
===========================================
+ Hits 2942 2946 +4
- Misses 364 365 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I only have some minor cosmetic suggestions
56cb72e
to
8a40c01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! Looks good
8a40c01
to
6f9c38d
Compare
@Process-ing rebase |
Used startWith to verify 'mailto:' prefix.
6f9c38d
to
a2661d9
Compare
Closes #256