Skip to content

Parsing tests#381

Merged
tony merged 6 commits into
masterfrom
parsing-tests
Jul 9, 2022
Merged

Parsing tests#381
tony merged 6 commits into
masterfrom
parsing-tests

Conversation

@tony

@tony tony commented Jul 9, 2022

Copy link
Copy Markdown
Member

Fixes #382

Follow up to #374

Subversion, Mercurial parsing:

  • Fixes
  • doctests
  • Add pytest modules

@codecov

codecov Bot commented Jul 9, 2022

Copy link
Copy Markdown

Codecov Report

Merging #381 (363000e) into master (b570af1) will increase coverage by 1.33%.
The diff coverage is 99.04%.

@@            Coverage Diff             @@
##           master     #381      +/-   ##
==========================================
+ Coverage   71.76%   73.10%   +1.33%     
==========================================
  Files          24       26       +2     
  Lines        2054     2145      +91     
==========================================
+ Hits         1474     1568      +94     
+ Misses        580      577       -3     
Impacted Files Coverage Δ
libvcs/parse/svn.py 95.83% <91.66%> (+2.50%) ⬆️
libvcs/parse/hg.py 97.91% <100.00%> (+5.05%) ⬆️
tests/parse/test_hg.py 100.00% <100.00%> (ø)
tests/parse/test_svn.py 100.00% <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 b570af1...363000e. Read the comment docs.

@tony tony force-pushed the parsing-tests branch from c1d3dca to d889659 Compare July 9, 2022 18:00
@tony tony merged commit ab602e5 into master Jul 9, 2022
@tony tony deleted the parsing-tests branch July 9, 2022 19:12
tony added a commit that referenced this pull request Jul 9, 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.

Parser: Test and examples of pip-style URLs

1 participant