Skip to content

Conversation

@tony
Copy link
Member

@tony tony commented Sep 11, 2022

  • Moves:

    • libvcs.parse -> libvcs.url
    • libvcs.projects -> libvcs.sync
  • Renames:

    • BaseProject -> BaseSync
    • MercurialProject -> HgSync
    • SubversionProject -> SvnSync
    • GitProject -> GitSync

@codecov
Copy link

codecov bot commented Sep 11, 2022

Codecov Report

Merging #408 (07e31f9) into master (b18a3c0) will not change coverage.
The diff coverage is 98.14%.

@@           Coverage Diff           @@
##           master     #408   +/-   ##
=======================================
  Coverage   72.72%   72.72%           
=======================================
  Files          25       25           
  Lines        2240     2240           
=======================================
  Hits         1629     1629           
  Misses        611      611           
Impacted Files Coverage Δ
src/libvcs/url/base.py 86.84% <ø> (ø)
src/libvcs/url/git.py 100.00% <ø> (ø)
src/libvcs/url/hg.py 95.91% <ø> (ø)
src/libvcs/url/svn.py 93.87% <ø> (ø)
tests/sync/test_conftest.py 100.00% <ø> (ø)
tests/sync/test_hg.py 95.45% <ø> (ø)
src/libvcs/sync/svn.py 50.37% <66.66%> (ø)
src/libvcs/sync/base.py 92.64% <100.00%> (ø)
src/libvcs/sync/constants.py 100.00% <100.00%> (ø)
src/libvcs/sync/git.py 74.63% <100.00%> (ø)
... and 8 more

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

@tony tony force-pushed the rename-packages branch 2 times, most recently from ea03f43 to 339f6af Compare September 11, 2022 19:24
@tony tony merged commit efe819d into master Sep 11, 2022
@tony tony deleted the rename-packages branch September 11, 2022 19:42
tony added a commit that referenced this pull request Sep 11, 2022
@tony tony linked an issue Sep 11, 2022 that may be closed by this pull request
@tony tony mentioned this pull request Sep 11, 2022
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.

Rename parse package to url

1 participant