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

Use a more efficient fetch #257

Merged
merged 2 commits into from
Feb 12, 2022

Conversation

blink1073
Copy link
Contributor

Fixes #249

@blink1073 blink1073 added the enhancement New feature or request label Feb 12, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 12, 2022

Codecov Report

Merging #257 (98d6ae4) into main (0082d05) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #257      +/-   ##
==========================================
+ Coverage   85.10%   85.13%   +0.03%     
==========================================
  Files          19       19              
  Lines        2349     2355       +6     
  Branches      303      304       +1     
==========================================
+ Hits         1999     2005       +6     
  Misses        252      252              
  Partials       98       98              
Impacted Files Coverage Δ
jupyter_releaser/lib.py 84.03% <100.00%> (ø)
jupyter_releaser/tests/test_cli.py 99.04% <100.00%> (+<0.01%) ⬆️
jupyter_releaser/util.py 73.93% <100.00%> (+0.37%) ⬆️
jupyter_releaser/tests/test_functions.py 98.65% <0.00%> (+0.01%) ⬆️

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 0082d05...98d6ae4. Read the comment docs.

@blink1073 blink1073 merged commit 7564ec3 into jupyter-server:main Feb 12, 2022
@blink1073 blink1073 deleted the improve-git-clone branch February 12, 2022 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Git Clone Performance
2 participants