open-telemetry / opentelemetry-collector

OpenTelemetry Collector
https://opentelemetry.io
Apache License 2.0
3.94k stars 1.32k forks source link

[chore][cmd/builder] Include replaces in builder versioning tests #10016

Closed evan-bradley closed 4 weeks ago

evan-bradley commented 4 weeks ago

Description

This is necessary when testing the builder with unreleased versions of Collector modules.

Link to tracking issue

Fixes https://github.com/open-telemetry/opentelemetry-collector/issues/10014

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.62%. Comparing base (cc9e3dd) to head (ad4baec).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #10016 +/- ## ======================================= Coverage 91.62% 91.62% ======================================= Files 360 360 Lines 16681 16681 ======================================= Hits 15284 15284 Misses 1060 1060 Partials 337 337 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

evan-bradley commented 4 weeks ago

@codeboten CI is green, this should be ready to go.