vcspull icon indicating copy to clipboard operation
vcspull copied to clipboard

mypy annotations

Open tony opened this issue 2 years ago • 1 comments

Counterpart to https://github.com/vcs-python/libvcs/issues/362

See also: http://mypy-lang.org/

tony avatar May 31 '22 10:05 tony

Codecov Report

Merging #373 (6dc6ad3) into master (728c432) will increase coverage by 0.80%. The diff coverage is 78.47%.

:exclamation: Current head 6dc6ad3 differs from pull request most recent head 4d0e874. Consider uploading reports for the commit 4d0e874 to get more accurate results

@@            Coverage Diff             @@
##           master     #373      +/-   ##
==========================================
+ Coverage   79.37%   80.17%   +0.80%     
==========================================
  Files          14       15       +1     
  Lines         732      787      +55     
  Branches      107      113       +6     
==========================================
+ Hits          581      631      +50     
- Misses        125      130       +5     
  Partials       26       26              
Impacted Files Coverage Δ
src/vcspull/cli/sync.py 46.37% <53.33%> (+1.54%) :arrow_up:
tests/test_repo.py 55.73% <60.86%> (-0.72%) :arrow_down:
src/vcspull/config.py 84.78% <75.60%> (+0.93%) :arrow_up:
tests/conftest.py 93.67% <81.81%> (-1.00%) :arrow_down:
tests/test_sync.py 91.54% <88.88%> (+3.41%) :arrow_up:
src/vcspull/types.py 100.00% <100.00%> (ø)
tests/fixtures/example.py 100.00% <100.00%> (ø)
tests/test_config.py 100.00% <100.00%> (ø)
tests/test_config_file.py 95.42% <100.00%> (ø)

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

codecov[bot] avatar May 31 '22 10:05 codecov[bot]