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 the Enabled method to the Logger #5071

Merged
merged 9 commits into from
Mar 15, 2024

Merge branch 'main' into add-enabled-method

5e492b5
Select commit
Failed to load commit list.
Merged

Add the Enabled method to the Logger #5071

Merge branch 'main' into add-enabled-method
5e492b5
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Mar 15, 2024 in 0s

83.2% (-0.1%) compared to 47ac0d4

View this Pull Request on Codecov

83.2% (-0.1%) compared to 47ac0d4

Details

Codecov Report

Attention: Patch coverage is 14.28571% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 83.2%. Comparing base (47ac0d4) to head (5e492b5).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #5071     +/-   ##
=======================================
- Coverage   83.2%   83.2%   -0.1%     
=======================================
  Files        243     243             
  Lines      15910   15917      +7     
=======================================
+ Hits       13249   13250      +1     
- Misses      2373    2379      +6     
  Partials     288     288             
Files Coverage Δ
log/logger.go 100.0% <ø> (ø)
log/noop/noop.go 100.0% <100.0%> (ø)
sdk/log/batch.go 0.0% <0.0%> (ø)
sdk/log/logger.go 0.0% <0.0%> (ø)
sdk/log/simple.go 0.0% <0.0%> (ø)