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

feat: always log stdout from command #107

Merged
merged 1 commit into from
Sep 6, 2023

Conversation

danielhelfand
Copy link
Contributor

In scenarios when trying to debug tests that utilize a binary, it can be helpful to see all the output of the command. We should always show it regardless of success or failure of this step.

@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #107 (970d152) into master (447cf20) will increase coverage by 0.10%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   32.25%   32.36%   +0.10%     
==========================================
  Files          12       12              
  Lines        1240     1242       +2     
==========================================
+ Hits          400      402       +2     
  Misses        760      760              
  Partials       80       80              
Flag Coverage Δ
unittests 32.36% <100.00%> (+0.10%) ⬆️

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

Files Changed Coverage Δ
pkg/generic/generic.go 46.34% <100.00%> (+2.75%) ⬆️

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

Signed-off-by: Daniel Helfand <helfand.4@gmail.com>
@danielhelfand danielhelfand merged commit c5aadd5 into keikoproj:master Sep 6, 2023
5 checks passed
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