Skip to content

perform object-level swap on nostd::shared_ptr wrapper objects

e9dd5b6
Select commit
Loading
Failed to load commit list.
Merged

[CODE HEALTH] Fix clang-tidy warnings in nostd files #3924

perform object-level swap on nostd::shared_ptr wrapper objects
e9dd5b6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 13, 2026 in 1s

90.05% (-0.00%) compared to 1b3733f

View this Pull Request on Codecov

90.05% (-0.00%) compared to 1b3733f

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.05%. Comparing base (1b3733f) to head (e9dd5b6).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3924      +/-   ##
==========================================
- Coverage   90.06%   90.05%   -0.00%     
==========================================
  Files         226      226              
  Lines        7223     7226       +3     
==========================================
+ Hits         6505     6507       +2     
- Misses        718      719       +1     
Files with missing lines Coverage Δ
api/include/opentelemetry/nostd/function_ref.h 77.78% <100.00%> (ø)
api/include/opentelemetry/nostd/shared_ptr.h 97.02% <100.00%> (+0.14%) ⬆️
api/include/opentelemetry/nostd/span.h 95.92% <ø> (ø)
api/include/opentelemetry/nostd/unique_ptr.h 100.00% <100.00%> (ø)
api/include/opentelemetry/nostd/variant.h 66.67% <ø> (ø)

... and 1 file with indirect coverage changes

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