Replace manual datadog-ci install with coverage-upload-github-action#490
Merged
gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits intoMar 31, 2026
Conversation
Use DataDog/coverage-upload-github-action@v1 instead of manually installing Node.js and datadog-ci npm package. The action handles binary installation internally without requiring Node.js. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Anilm3
approved these changes
Mar 31, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #490 +/- ##
=======================================
Coverage 84.92% 84.92%
=======================================
Files 190 190
Lines 9203 9203
Branches 4143 4143
=======================================
Hits 7816 7816
Misses 509 509
Partials 878 878
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b63913f
into
DataDog:master
55 of 56 checks passed
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.
Summary
npm install @datadog/datadog-cisteps in theupload-to-datadogjob withDataDog/coverage-upload-github-action@v1datadog-cistandalone binary internally (no Node.js dependency needed), simplifying the workflowcoverage.xml)Test plan
upload-to-datadogjob runs successfully on a merge tomaster🤖 Generated with Claude Code