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

Use logger instead of fmt.Println in brwoser.go #1119

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

faridnsh
Copy link
Contributor

fmt.Println still logs when --quiet is specified and that's problematic when saml2login is being used as credential_process in aws profiles.

Copy link
Contributor

@mapkon mapkon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please look into the lint errors

`fmt.Println` still logs when `--quiet` is specified and that's problematic when saml2login is being used as credential_process in aws profiles.
@faridnsh
Copy link
Contributor Author

faridnsh commented Sep 4, 2023

@mapkon Thanks for the quick review, fixed the lint error.

@codecov-commenter
Copy link

Codecov Report

Merging #1119 (cbc1c78) into master (7494170) will not change coverage.
The diff coverage is 0.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master    #1119   +/-   ##
=======================================
  Coverage   37.19%   37.19%           
=======================================
  Files          53       53           
  Lines        7959     7959           
=======================================
  Hits         2960     2960           
  Misses       4619     4619           
  Partials      380      380           
Flag Coverage Δ
unittests 37.19% <0.00%> (ø)

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

Files Changed Coverage Δ
pkg/provider/browser/browser.go 44.00% <0.00%> (ø)

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

@mapkon mapkon merged commit b0bd8f0 into Versent:master Sep 5, 2023
8 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.

3 participants