Skip to content

Wire api/incubator test suites into check - #8691

Draft
thswlsqls wants to merge 1 commit into
open-telemetry:mainfrom
thswlsqls:fix/api-incubator-wire-test-suites-to-check
Draft

Wire api/incubator test suites into check#8691
thswlsqls wants to merge 1 commit into
open-telemetry:mainfrom
thswlsqls:fix/api-incubator-wire-test-suites-to-check

Conversation

@thswlsqls

Copy link
Copy Markdown
Contributor

Fixes #8690

Description

Testing done

  • Build wiring only: no production code, signature or public API change, so no test was added.
  • ./gradlew :api:incubator:check --dry-run now lists :api:incubator:testConvertToModel; it was absent before.
  • ./gradlew :api:incubator:check — 101 tests passed (97 existing plus the 4 from the newly wired suite).
  • docs/apidiffs/ is untouched.

@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.62%. Comparing base (dd811c4) to head (1e2b759).

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8691   +/-   ##
=========================================
  Coverage     91.62%   91.62%           
  Complexity    10327    10327           
=========================================
  Files          1003     1003           
  Lines         27138    27138           
  Branches       3187     3187           
=========================================
  Hits          24866    24866           
  Misses         1566     1566           
  Partials        706      706           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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

Wire api/incubator testConvertToModel suite into check

1 participant