Closed lyqio closed 2 weeks ago
Attention: Patch coverage is 96.95122%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 95.34%. Comparing base (
b2acfd2
) to head (5460340
). Report is 14 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/string/is_valid_email_address.rs | 96.95% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I handled all the things that you requested.
Please make sure to update your branch (cf. #789) - otherwise the CI will fail.
I think I fixed all the issues and made the IP checking better.
This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel. Thank you for your contributions!
Changes
Type of change
Checklist:
cargo clippy --all -- -D warnings
just before my last commit and fixed any issue that was found.cargo fmt
just before my last commit.cargo test
just before my last commit and all tests passed.mod.rs
file within its own folder, and in any parent folder(s).DIRECTORY.md
with the correct link.COUNTRIBUTING.md
and my code follows its guidelines.