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

Make parsing of Bundler dependency output more robust #8644

Merged
merged 4 commits into from
May 15, 2024

Conversation

sschuberth
Copy link
Member

Please have a look at the individual commit messages for the details.

Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.92%. Comparing base (8d760c4) to head (eed9189).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8644   +/-   ##
=========================================
  Coverage     67.92%   67.92%           
  Complexity     1005     1005           
=========================================
  Files           244      244           
  Lines          7772     7772           
  Branches        876      876           
=========================================
  Hits           5279     5279           
  Misses         2110     2110           
  Partials        383      383           
Flag Coverage Δ
funTest-non-docker 34.79% <ø> (ø)
test 37.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

fviernau
fviernau previously approved these changes May 15, 2024
This is a fixup for 084470a.

Signed-off-by: Sebastian Schuberth <[email protected]>
This trivially simplifies an upcoming change.

Signed-off-by: Sebastian Schuberth <[email protected]>
When fetching e.g. GitHub dependencies, the console output is slightly
different. Instead of adopting the lines to drop, suppress them
completely.

As now no leading text is printed, the concatenation of printed specs
can also be simplified so that it produces no leading null character.

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth force-pushed the bundler-silence-progress branch from 212673c to eed9189 Compare May 15, 2024 08:10
@sschuberth sschuberth requested review from fviernau and a team May 15, 2024 08:11
@sschuberth sschuberth merged commit 894895d into main May 15, 2024
20 checks passed
@sschuberth sschuberth deleted the bundler-silence-progress branch May 15, 2024 08:26
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.

2 participants