Skip to content

Commit

Permalink
add source code tags to the Ext::Test constants
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Jan 3, 2024
1 parent 3688bc2 commit ebdaffd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/datadog/ci/ext/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ module Test
TAG_TRAITS = "test.traits"
TAG_TYPE = "test.type"
TAG_COMMAND = "test.command"
TAG_SOURCE_FILE = "test.source.file"
TAG_SOURCE_START = "test.source.start"
TAG_SOURCE_END = "test.source.end"

TEST_TYPE = "test"

Expand Down
6 changes: 6 additions & 0 deletions sig/datadog/ci/ext/test.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ module Datadog

TAG_COMMAND: String

TAG_SOURCE_FILE: String

TAG_SOURCE_START: String

TAG_SOURCE_END: String

TAG_TEST_SESSION_ID: String

TAG_TEST_MODULE_ID: String
Expand Down

0 comments on commit ebdaffd

Please sign in to comment.