Skip to content

Commit ee44134

Browse files
authored
chore: report codeowners to test optimization (#245)
1 parent 852faaa commit ee44134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)