Bump dd-trace-java version to 1.53.0#2860
Merged
nikita-tkachenko-datadog merged 2 commits intoSep 8, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2860 +/- ##
===========================================
- Coverage 70.91% 70.90% -0.01%
===========================================
Files 809 809
Lines 29460 29463 +3
Branches 4937 5051 +114
===========================================
Hits 20889 20889
Misses 7236 7236
- Partials 1335 1338 +3 🚀 New features to boost your workflow:
|
Contributor
3 tasks
0xnm
approved these changes
Sep 8, 2025
aleksandr-gringauz
approved these changes
Sep 8, 2025
Contributor
|
@nikita-tkachenko-datadog the CI is failing because it can't download the new Docker image with version 19. You should run this job manually, then restart the failed jobs. |
jonathanmos
approved these changes
Sep 8, 2025
nikita-tkachenko-datadog
deleted the
nikita-tkachenko/bump-tracer-version
branch
September 8, 2025 15:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Bumps the version of dd-trace-java used in CI to the latest one (v1.53.0).
Motivation
The latest version of the tracer can upload code coverage reports to Datadog.
I would like to enable code coverage upload for this repository, to have Datadog Code Coverage working in parallel with CodeCov.
Additional Notes
The end goal is to eventually replace CodeCov with Datadog Code Coverage across all DD repos.
Review checklist (to be filled by reviewers)