Skip to content

Commit d75b301

Browse files
committed
Merge branch 'main' of github.com:DataDog/libdatadog into bob/prevent-unprocessed
* 'main' of github.com:DataDog/libdatadog: chore(build): ekump/APMSP-2718 update aws-lc dependencies (#1751) chore(crashtracking): add integration test for errno preservation (#1768) chore(crashtracking): preserve errno for crashtracker (#1767) chore(examples): add compilation flags to prevent logic errors (#1766) feat(agents)!: retrieve container tags hash from /info endpoint (#1700) fix(ci): handle new crate addition in semver-check (#1769) fix(obfuscation/redis): fuzzer fixes [APMSP-2670] (#1694) fix(obfuscation/http)!: fuzzer fixes [APMSP-2670] (#1684) ci: add Datadog code coverage upload (#1718)
2 parents 80b054c + 5d5a596 commit d75b301

32 files changed

Lines changed: 1230 additions & 233 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ jobs:
5050
token: ${{ secrets.CODECOV_TOKEN }}
5151
files: lcov.info
5252
fail_ci_if_error: true
53+
- name: Upload coverage to Datadog
54+
if: always()
55+
continue-on-error: true
56+
uses: DataDog/coverage-upload-github-action@d2cf302a39c05e0ad22063360a2bf6ce0cc4906c # v1
57+
with:
58+
api_key: ${{ secrets.DATADOG_API_KEY }}
59+
files: lcov.info
60+
format: lcov

Cargo.lock

Lines changed: 59 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)