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

feat(libvcs.cmd): Lite, typed, pythonic command wrappers for git, hg, mercurial #319

Merged
merged 8 commits into from
Apr 12, 2022

Conversation

tony
Copy link
Member

@tony tony commented Apr 4, 2022

Lite, typed, pythonic command wrappers for git, hg, mercurial

@tony tony changed the title refactor!: move to libvcs.cmd feat(libvcs.cmd): Lite, typed, pythonic command wrappers for git, hg, mercurial Apr 4, 2022
@codecov
Copy link

codecov bot commented Apr 4, 2022

Codecov Report

Merging #319 (3200ec5) into master (dee9d2d) will decrease coverage by 8.19%.
The diff coverage is 58.14%.

❗ Current head 3200ec5 differs from pull request most recent head 6f318f1. Consider uploading reports for the commit 6f318f1 to get more accurate results

@@            Coverage Diff             @@
##           master     #319      +/-   ##
==========================================
- Coverage   85.69%   77.50%   -8.20%     
==========================================
  Files          18       21       +3     
  Lines         965     1356     +391     
==========================================
+ Hits          827     1051     +224     
- Misses        138      305     +167     
Impacted Files Coverage Δ
libvcs/cmd/svn.py 52.23% <52.23%> (ø)
libvcs/cmd/git.py 57.89% <57.89%> (ø)
libvcs/cmd/hg.py 69.73% <69.73%> (ø)
libvcs/cmd/core.py 90.54% <100.00%> (ø)
libvcs/states/base.py 100.00% <100.00%> (ø)
tests/cmd/test_core.py 100.00% <100.00%> (ø)
tests/states/test_conftest.py 100.00% <100.00%> (ø)
tests/states/test_git.py 99.38% <100.00%> (ø)
tests/states/test_hg.py 95.23% <100.00%> (ø)
tests/states/test_svn.py 96.15% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dee9d2d...6f318f1. Read the comment docs.

@tony tony force-pushed the cmd branch 13 times, most recently from 2dbe130 to f2ea809 Compare April 12, 2022 10:59
@tony tony merged commit 3bdd642 into master Apr 12, 2022
@tony tony deleted the cmd branch April 12, 2022 23:11
@tony tony added this to the v0.12 milestone May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant