-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fix(pull_test): --quiet option #2069
Conversation
Signed-off-by: Teppei Fukuda <knqyf263@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2069 +/- ##
==========================================
+ Coverage 56.78% 56.79% +<.01%
==========================================
Files 311 311
Lines 21836 21836
==========================================
+ Hits 12400 12402 +2
+ Misses 8520 8519 -1
+ Partials 916 915 -1 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #2069 +/- ##
==========================================
+ Coverage 56.78% 56.79% +<.01%
==========================================
Files 311 311
Lines 21836 21836
==========================================
+ Hits 12400 12402 +2
+ Misses 8520 8519 -1
+ Partials 916 915 -1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
nice find; looks like I spotted the issue in #882 (comment), but thought it was fixed in the test, but actually the .golden
file was update to match the wrong output 😞 😅
Blame me for not spotting that in my final review 🤗
ping @vdemeester PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix test of "docker pull --quiet"