libvcs icon indicating copy to clipboard operation
libvcs copied to clipboard

Rename classes, similar to pip's VCS

Open tony opened this issue 6 years ago • 1 comments

https://github.com/pypa/pip/blob/master/src/pip/_internal/vcs/versioncontrol.py

tony avatar Jul 28 '19 17:07 tony

Codecov Report

Merging #198 (4e9a984) into master (50d8803) will decrease coverage by 0.08%. The diff coverage is 70.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #198      +/-   ##
==========================================
- Coverage   80.76%   80.68%   -0.09%     
==========================================
  Files           7        7              
  Lines         468      466       -2     
==========================================
- Hits          378      376       -2     
  Misses         90       90              
Impacted Files Coverage Δ
libvcs/git.py 69.51% <40.00%> (-0.17%) :arrow_down:
libvcs/base.py 100.00% <100.00%> (ø)
libvcs/hg.py 100.00% <100.00%> (ø)
libvcs/shortcuts.py 100.00% <100.00%> (ø)
libvcs/svn.py 67.74% <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 50d8803...4e9a984. Read the comment docs.

codecov-io avatar Jul 28 '19 17:07 codecov-io

Superseded by restructuring in URLs, Commands, and Sync

tony avatar Jun 18 '24 15:06 tony