DataDog / datadog-ci-rb

Ruby library for Datadog Test Optimization
https://docs.datadoghq.com/tests/setup/ruby/?tab=cloudciprovideragentless
Other
11 stars 4 forks source link

[SDTEST-635] gem datadog 2.3 is now minimal required version #220

Closed anmarchenko closed 3 months ago

anmarchenko commented 3 months ago

What does this PR do? Now datadog-ci library requires gem datadog version to be at least 2.3 to be able to use agentless telemetry, so I bump minimum required version in gemspec

Motivation We are going to release internal Datadog telemetry in agentless mode soon.

How to test the change? Covered by unit tests

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 98.92%. Comparing base (529d4e5) to head (9a9877f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #220 +/- ## ========================================== - Coverage 98.92% 98.92% -0.01% ========================================== Files 261 261 Lines 12387 12386 -1 Branches 559 559 ========================================== - Hits 12254 12253 -1 Misses 133 133 ```

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

ivoanjo commented 3 months ago

Nice! I love the "let's use one gem to push folks to upgrade the other" :)