Skip to content

Commit

Permalink
add test suite type
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Dec 1, 2023
1 parent c42591d commit 31edfdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/datadog/ci/ext/app_types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ module AppTypes
TYPE_TEST = "test"
TYPE_TEST_SESSION = "test_session_end"
TYPE_TEST_MODULE = "test_module_end"
TYPE_TEST_SUITE = "test_suite_end"

CI_SPAN_TYPES = [TYPE_TEST, TYPE_TEST_SESSION, TYPE_TEST_MODULE].freeze
CI_SPAN_TYPES = [TYPE_TEST, TYPE_TEST_SESSION, TYPE_TEST_MODULE, TYPE_TEST_SUITE].freeze
end
end
end
Expand Down
1 change: 1 addition & 0 deletions sig/datadog/ci/ext/app_types.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module Datadog
TYPE_TEST: "test"
TYPE_TEST_SESSION: "test_session_end"
TYPE_TEST_MODULE: "test_module_end"
TYPE_TEST_SUITE: "test_suite_end"

CI_SPAN_TYPES: Array[String]
end
Expand Down

0 comments on commit 31edfdf

Please sign in to comment.