canonical / craft-cli

https://canonical-craft-cli.readthedocs-hosted.com/en/latest/
GNU Lesser General Public License v3.0
9 stars 15 forks source link

chore: show example of truncated git clone #267

Open dariuszd21 opened 3 months ago

dariuszd21 commented 3 months ago

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)
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.