File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 - name : Upload test report to Datadog
5050 run : |
5151 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
52- datadog-ci junit upload --service dd-trace-cpp .build/report.xml
52+ datadog-ci junit upload --service dd-trace-cpp --tags test.source.file:test/*.cpp .build/report.xml
5353
5454 build-linux-bazel :
5555 needs : format
@@ -138,7 +138,7 @@ jobs:
138138 - name : Upload test report to Datadog
139139 run : |
140140 Invoke-WebRequest -Uri "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_win-x64" -OutFile "datadog-ci.exe"
141- ./datadog-ci.exe junit upload --service dd-trace-cpp report.xml
141+ ./datadog-ci.exe junit upload --service dd-trace-cpp --tags test.source.file:test/*.cpp report.xml
142142
143143 coverage :
144144 needs : build-linux-cmake
You can’t perform that action at this time.
0 commit comments