Add Datadog code coverage upload alongside Codecov#46
Draft
xlamorlette-datadog wants to merge 6 commits intomainfrom
Draft
Add Datadog code coverage upload alongside Codecov#46xlamorlette-datadog wants to merge 6 commits intomainfrom
xlamorlette-datadog wants to merge 6 commits intomainfrom
Conversation
Adds DataDog/coverage-upload-github-action step after the existing Codecov upload in the dev workflow test job. Both systems run in parallel to verify coverage parity before migrating off Codecov. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pin DataDog/coverage-upload-github-action@v1 to commit SHA d2cf302a39c05e0ad22063360a2bf6ce0cc4906c for supply chain security. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #46 +/- ##
=======================================
Coverage 63.12% 63.12%
=======================================
Files 7 7
Lines 377 377
Branches 49 49
=======================================
Hits 238 238
Misses 101 101
Partials 38 38 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The DataDog/coverage-upload-github-action uses install-datadog-ci-github-action internally, which resolves script paths using github.action_path. In Docker container jobs, this host path is not accessible inside the container, causing "No such file or directory" errors. Using the CLI directly via curl avoids this issue. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
🎯 Code Coverage (details) 🔗 Commit SHA: ad0e6c9 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback! |
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.
Adds DataDog/coverage-upload-github-action step after the existing
Codecov upload in the dev workflow test job. Both systems run in
parallel to verify coverage parity before migrating off Codecov.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com