Skip to content

Commit

Permalink
Add support for test module.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 13, 2023
1 parent d798647 commit de9ee62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sus/integrations/datadog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def around

::Datadog::CI::Test.trace("sus.test", options) do |span|
span['test.identity'] = self.class.identity.to_s
span['test.module'] = @__assertions__.target.to_s,

status = nil

Expand Down

0 comments on commit de9ee62

Please sign in to comment.