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

log: add a helper for stdout logging during verbose test runs #231

Merged
merged 1 commit into from
Jun 1, 2022

Conversation

adamdecaf
Copy link
Member

Often it's helpful to 'go test ./... -v' and get more data. This
is a handy helper method to switch between stdout and discard logging.

Often it's helpful to 'go test ./... -v' and get more data. This
is a handy helper method to switch between stdout and discard logging.
@adamdecaf adamdecaf requested a review from InfernoJJ as a code owner June 1, 2022 19:18
@codecov-commenter
Copy link

codecov-commenter commented Jun 1, 2022

Codecov Report

Merging #231 (e3d3ab8) into master (08d3991) will increase coverage by 0.58%.
The diff coverage is 0.00%.

❗ Current head e3d3ab8 differs from pull request most recent head e29e978. Consider uploading reports for the commit e29e978 to get more accurate results

@@            Coverage Diff             @@
##           master     #231      +/-   ##
==========================================
+ Coverage   77.68%   78.27%   +0.58%     
==========================================
  Files          29       28       -1     
  Lines         932      925       -7     
==========================================
  Hits          724      724              
+ Misses        162      155       -7     
  Partials       46       46              
Impacted Files Coverage Δ
log/logger_impl.go 90.00% <0.00%> (-4.74%) ⬇️
database/sqlite_nocgo.go

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 08d3991...e29e978. Read the comment docs.

@adamdecaf adamdecaf merged commit 64b0a5b into master Jun 1, 2022
@adamdecaf adamdecaf deleted the add-test-logger-helper branch June 1, 2022 19:25
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