Skip to content

[CI] Add Doxygen validation workflow#3882

Merged
marcalff merged 3 commits intoopen-telemetry:mainfrom
srgbtl:doxygen-lint
Feb 21, 2026
Merged

[CI] Add Doxygen validation workflow#3882
marcalff merged 3 commits intoopen-telemetry:mainfrom
srgbtl:doxygen-lint

Conversation

@srgbtl
Copy link
Copy Markdown
Contributor

@srgbtl srgbtl commented Feb 20, 2026

Fixes #1647

Changes

Added a new doxygen-tidy workflow that runs on every PR and push to main to validate Doxygen comments and ensure documentation quality is maintained. Also fixed all Doxygen warnings found so far.

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

@srgbtl srgbtl requested a review from a team as a code owner February 20, 2026 16:32
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.99%. Comparing base (ad8b961) to head (467d881).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3882   +/-   ##
=======================================
  Coverage   89.99%   89.99%           
=======================================
  Files         225      225           
  Lines        7170     7170           
=======================================
  Hits         6452     6452           
  Misses        718      718           
Files with missing lines Coverage Δ
api/include/opentelemetry/logs/logger.h 62.86% <ø> (ø)
...pentelemetry/sdk/logs/batch_log_record_processor.h 100.00% <ø> (ø)
sdk/include/opentelemetry/sdk/resource/resource.h 100.00% <ø> (ø)
...ude/opentelemetry/sdk/trace/batch_span_processor.h 100.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
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, thanks for the CI and cleanup.

@marcalff marcalff merged commit 7e12789 into open-telemetry:main Feb 21, 2026
68 checks passed
malkia added a commit to malkia/opentelemetry-cpp that referenced this pull request Feb 21, 2026
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.

[CI] Add a doxygen build

2 participants