Skip to content

[CodeHealth] Fix clang-tidy warnings part 3 #3498

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

Merged
merged 8 commits into from
Jun 26, 2025

Conversation

dbarker
Copy link
Member

@dbarker dbarker commented Jun 25, 2025

Contributes to #2053

Changes

Fixes clang-tidy warnings:

  • cppcoreguidelines-special-member-functions

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

Copy link

netlify bot commented Jun 25, 2025

Deploy Preview for opentelemetry-cpp-api-docs canceled.

Name Link
🔨 Latest commit 612628a
🔍 Latest deploy log https://app.netlify.com/projects/opentelemetry-cpp-api-docs/deploys/685d6585ea6ff1000817c1ed

Copy link

codecov bot commented Jun 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.96%. Comparing base (f74d413) to head (612628a).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3498      +/-   ##
==========================================
+ Coverage   89.95%   89.96%   +0.02%     
==========================================
  Files         219      219              
  Lines        7049     7051       +2     
==========================================
+ Hits         6340     6343       +3     
+ Misses        709      708       -1     
Files with missing lines Coverage Δ
...lude/opentelemetry/sdk/common/global_log_handler.h 50.00% <100.00%> (+3.85%) ⬆️
...nclude/opentelemetry/sdk/metrics/data/point_data.h 96.30% <100.00%> (+0.15%) ⬆️

... 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.

@dbarker dbarker marked this pull request as ready for review June 25, 2025 20:31
@dbarker dbarker requested a review from a team as a code owner June 25, 2025 20:31
Copy link
Member

@marcalff marcalff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@marcalff marcalff merged commit 4b5f081 into open-telemetry:main Jun 26, 2025
70 checks passed
@dbarker dbarker deleted the fix_clang_tidy_warnings_part_3 branch June 26, 2025 19:27
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