From 9f3d06bccc9c251ff58c712d2a89da4b036e67fe Mon Sep 17 00:00:00 2001 From: Damien Mehala Date: Wed, 24 Sep 2025 12:02:15 +0200 Subject: [PATCH] chore: report codeowners to test optimization --- .github/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index a37b2f5c..bd33931e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -49,7 +49,7 @@ jobs: - name: Upload test report to Datadog run: | curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-${{ matrix.arch }}" --output "/usr/local/bin/datadog-ci" && chmod +x /usr/local/bin/datadog-ci - datadog-ci junit upload --service dd-trace-cpp .build/report.xml + datadog-ci junit upload --service dd-trace-cpp --tags test.source.file:test/*.cpp .build/report.xml build-linux-bazel: needs: format @@ -138,7 +138,7 @@ jobs: - name: Upload test report to Datadog run: | Invoke-WebRequest -Uri "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_win-x64" -OutFile "datadog-ci.exe" - ./datadog-ci.exe junit upload --service dd-trace-cpp report.xml + ./datadog-ci.exe junit upload --service dd-trace-cpp --tags test.source.file:test/*.cpp report.xml coverage: needs: build-linux-cmake