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

chore: show example of truncated git clone #267

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dariuszd21
Copy link
Contributor

  • Have you followed the guidelines for contributing?
  • Have you signed the CLA?
  • Have you successfully run tox?

Regular git clone command returns few lines of output that indicate progress, if I use command directly:

Cloning into 'ruff'...
remote: Enumerating objects: 154777, done.
remote: Counting objects: 100% (10395/10395), done.
remote: Total 154777 (delta 9169), reused 9067 (delta 8428), pack-reused 144382
Receiving objects: 100% (154777/154777), 51.42 MiB | 21.99 MiB/s, done.
Resolving deltas: 100% (112591/112591), done.

In cli stream it's truncated to only:

:: Cloning into 'ruff'... - (2.0s)

Copy link

codecov bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.75%. Comparing base (99394c9) to head (36a5ef6).
Report is 23 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #267      +/-   ##
==========================================
+ Coverage   93.24%   94.75%   +1.51%     
==========================================
  Files           7        7              
  Lines        1080     1106      +26     
  Branches      200      209       +9     
==========================================
+ Hits         1007     1048      +41     
+ Misses         66       54      -12     
+ Partials        7        4       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Dariusz Duda <[email protected]>
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.

1 participant