Skip to content

Commit 6c2f702

Browse files
authored
Update CODEOWNERS for integration tests ownership (#9049)
## Summary of changes Tweak codeowners to work around a bug in our testlogger ## Reason for change Currently there's a bug in the CODEOWNERS parser with the pattern `something/**/here` which means it recognizes `/something/else/here` but not `/something/else`. This is a workaround, until we fix the test logger ## Implementation details Add the extra entry ## Test coverage errr ## Other details See #9045 for the real fix #incident-57303
1 parent 328c169 commit 6c2f702

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454
## integration tests for auto-instrumentations
5555
/tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/ @DataDog/apm-idm-dotnet @DataDog/tracing-dotnet
56+
/tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/DataStreamsMonitoring* @DataDog/tracing-dotnet @DataDog/data-streams-monitoring
5657
/tracer/test/Datadog.Trace.ClrProfiler.IntegrationTests/**/DataStreamsMonitoring* @DataDog/tracing-dotnet @DataDog/data-streams-monitoring
5758

5859
### co-owned integrations tests

0 commit comments

Comments
 (0)