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

Add second verbosity level and update related logic #190

Merged
merged 2 commits into from
Apr 7, 2024
Merged

Conversation

umputun
Copy link
Owner

@umputun umputun commented Apr 7, 2024

In this update, a second verbosity level (Verbose2) has been added to the codebase. The normal -v (Verbose) is not reporting the content of the script anymore but -vv (Verbose2) only. Additionally, the verbosity short flag in cmd/spot/main.go has been modified and its type to boolean slice to allow increased verbosity when multiple "v" flags are used.

fix #188

In this update, a second verbosity level (Verbose2) has been added to the codebase. The normal -v (Verbose) is not reporting the content of the script anymore but -vv (Verbose2) only. Additionally, the verbosity short flag in cmd/spot/main.go has been modified and its type to boolean slice to allow increased verbosity when multiple "v" flags are used.
@coveralls
Copy link

coveralls commented Apr 7, 2024

Pull Request Test Coverage Report for Build 8591193497

Details

  • 7 of 14 (50.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.09%) to 83.907%

Changes Missing Coverage Covered Lines Changed/Added Lines %
cmd/spot/main.go 3 10 30.0%
Totals Coverage Status
Change from base Build 8591188558: -0.09%
Covered Lines: 2706
Relevant Lines: 3225

💛 - Coveralls

Copy link

cloudflare-pages bot commented Apr 7, 2024

Deploying spot-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9dee074
Status:⚡️  Build in progress...

View logs

@umputun umputun merged commit 0b26d44 into master Apr 7, 2024
3 of 4 checks passed
@umputun umputun deleted the vebrose-levels branch April 7, 2024 19:52
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.

Change -v output
2 participants