Skip to content

Comments

[CI] Add Doxygen validation workflow#3882

Open
srgbtl wants to merge 3 commits intoopen-telemetry:mainfrom
srgbtl:doxygen-lint
Open

[CI] Add Doxygen validation workflow#3882
srgbtl wants to merge 3 commits intoopen-telemetry:mainfrom
srgbtl:doxygen-lint

Conversation

@srgbtl
Copy link
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

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

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.

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

1 participant