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

tests(remotes): git URL schemes #419

Merged
merged 6 commits into from
Oct 22, 2023
Merged

tests(remotes): git URL schemes #419

merged 6 commits into from
Oct 22, 2023

Conversation

tony
Copy link
Member

@tony tony commented Aug 20, 2023

Fixes #425

In remotes:

Scheme: [email protected]:org/repo.git
Example: [email protected]:tmux-python/tmuxp.git

For main repo (which requires libvcs.url.git.GitURL support: #426

@tony tony force-pushed the git-remote-url-scheme branch from b7557af to aa61c74 Compare August 25, 2023 23:14
@tony tony force-pushed the git-remote-url-scheme branch from aa61c74 to 19cd157 Compare September 23, 2023 18:53
@tony tony force-pushed the git-remote-url-scheme branch 3 times, most recently from 61017a9 to 239cb6b Compare October 14, 2023 21:32
@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #419 (1a9627f) into master (deb5fdb) will increase coverage by 0.06%.
The diff coverage is 100.00%.

❗ Current head 1a9627f differs from pull request most recent head 8812897. Consider uploading reports for the commit 8812897 to get more accurate results

@@            Coverage Diff             @@
##           master     #419      +/-   ##
==========================================
+ Coverage   84.85%   84.91%   +0.06%     
==========================================
  Files          16       16              
  Lines         931      935       +4     
  Branches      178      180       +2     
==========================================
+ Hits          790      794       +4     
  Misses         90       90              
  Partials       51       51              
Files Coverage Δ
tests/test_sync.py 91.76% <100.00%> (+0.40%) ⬆️

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

@tony tony force-pushed the git-remote-url-scheme branch 2 times, most recently from 572f612 to d19cabb Compare October 14, 2023 21:46
@tony tony force-pushed the git-remote-url-scheme branch from d19cabb to a5c6d60 Compare October 21, 2023 16:12
@tony tony force-pushed the git-remote-url-scheme branch 2 times, most recently from 762d68b to 1a9627f Compare October 22, 2023 13:24
@tony tony force-pushed the git-remote-url-scheme branch from 1a9627f to 8812897 Compare October 22, 2023 13:27
@tony tony merged commit f62c524 into master Oct 22, 2023
@tony tony deleted the git-remote-url-scheme branch October 22, 2023 13:28
@tony tony restored the git-remote-url-scheme branch October 22, 2023 13:30
@tony tony deleted the git-remote-url-scheme branch October 22, 2023 13:30
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.

GitSync: Remotes are broke in vcspull
1 participant