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

url: Improvements to parsing URLs #423

Merged
merged 8 commits into from Sep 25, 2022
Merged

url: Improvements to parsing URLs #423

merged 8 commits into from Sep 25, 2022

Conversation

tony
Copy link
Member

@tony tony commented Sep 25, 2022

Plucked out of #420 (vcs-registry)

@codecov
Copy link

codecov bot commented Sep 25, 2022

Codecov Report

Merging #423 (cd9bb0a) into master (bab4958) will increase coverage by 0.78%.
The diff coverage is 96.96%.

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
+ Coverage   61.22%   62.00%   +0.78%     
==========================================
  Files          36       36              
  Lines        2762     2811      +49     
  Branches      661      675      +14     
==========================================
+ Hits         1691     1743      +52     
+ Misses        642      640       -2     
+ Partials      429      428       -1     
Impacted Files Coverage Δ
src/libvcs/url/hg.py 94.93% <93.75%> (+1.05%) ⬆️
src/libvcs/url/base.py 83.78% <100.00%> (+0.45%) ⬆️
src/libvcs/url/git.py 100.00% <100.00%> (+1.26%) ⬆️
src/libvcs/url/svn.py 97.18% <100.00%> (+7.38%) ⬆️
tests/url/test_hg.py 100.00% <100.00%> (ø)
tests/url/test_svn.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tony tony force-pushed the url-module-updates branch 2 times, most recently from c433fd5 to 89897ad Compare September 25, 2022 00:43
@tony tony merged commit 1a14726 into master Sep 25, 2022
@tony tony deleted the url-module-updates branch September 25, 2022 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant