Skip to content
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

Improve handling empty segments in urls according to RFC3986 #1026

Merged
merged 38 commits into from
Jul 3, 2024

Merge branch 'master' into youtux-fix-join-trailing-slash

cc1b9fa
Select commit
Loading
Failed to load commit list.
Merged

Improve handling empty segments in urls according to RFC3986 #1026

Merge branch 'master' into youtux-fix-join-trailing-slash
cc1b9fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 3, 2024 in 0s

76.59% of diff hit (target 61.96%)

View this Pull Request on Codecov

76.59% of diff hit (target 61.96%)

Annotations

Check warning on line 860 in tests/test_url.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_url.py#L859-L860

Added lines #L859 - L860 were not covered by tests

Check warning on line 863 in tests/test_url.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_url.py#L862-L863

Added lines #L862 - L863 were not covered by tests

Check warning on line 867 in tests/test_url.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_url.py#L867

Added line #L867 was not covered by tests

Check warning on line 872 in tests/test_url.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/test_url.py#L869-L872

Added lines #L869 - L872 were not covered by tests

Check warning on line 727 in yarl/_url.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

yarl/_url.py#L727

Added line #L727 was not covered by tests

Check warning on line 731 in yarl/_url.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

yarl/_url.py#L731

Added line #L731 was not covered by tests