Skip to content

refactor: unify function

d62c8e4
Select commit
Loading
Failed to load commit list.
Open

fix: apply filtering EmitLogRecord #4079

refactor: unify function
d62c8e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 17, 2026 in 0s

82.07% (+0.08%) compared to 88d088d

View this Pull Request on Codecov

82.07% (+0.08%) compared to 88d088d

Details

Codecov Report

❌ Patch coverage is 91.45299% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.07%. Comparing base (88d088d) to head (d62c8e4).

Files with missing lines Patch % Lines
sdk/src/logs/logger.cc 80.65% 6 Missing ⚠️
api/include/opentelemetry/logs/logger.h 94.45% 2 Missing ⚠️
...pi/include/opentelemetry/logs/logger_type_traits.h 95.24% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4079      +/-   ##
==========================================
+ Coverage   81.99%   82.07%   +0.08%     
==========================================
  Files         385      386       +1     
  Lines       16023    16121      +98     
==========================================
+ Hits        13137    13230      +93     
- Misses       2886     2891       +5     
Files with missing lines Coverage Δ
...pentelemetry/sdk/logs/batch_log_record_processor.h 100.00% <100.00%> (ø)
sdk/include/opentelemetry/sdk/logs/processor.h 100.00% <100.00%> (ø)
...entelemetry/sdk/logs/simple_log_record_processor.h 100.00% <100.00%> (ø)
sdk/src/logs/multi_log_record_processor.cc 93.68% <100.00%> (+0.43%) ⬆️
api/include/opentelemetry/logs/logger.h 80.42% <94.45%> (+11.56%) ⬆️
...pi/include/opentelemetry/logs/logger_type_traits.h 97.62% <95.24%> (-2.38%) ⬇️
sdk/src/logs/logger.cc 89.70% <80.65%> (+0.28%) ⬆️

... and 3 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.