Skip to content

Commit

Permalink
even more types
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed Aug 22, 2023
1 parent bbfac20 commit f3177cf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/datadog/ci/contrib/cucumber/configuration/settings.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require_relative "../ext"

require "datadog/tracing/contrib/configuration/settings"

module Datadog
module CI
module Contrib
Expand Down
2 changes: 2 additions & 0 deletions lib/datadog/ci/contrib/minitest/configuration/settings.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require_relative "../ext"

require "datadog/tracing/contrib/configuration/settings"

module Datadog
module CI
module Contrib
Expand Down
2 changes: 2 additions & 0 deletions lib/datadog/ci/contrib/rspec/configuration/settings.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require_relative "../ext"

require "datadog/tracing/contrib/configuration/settings"

module Datadog
module CI
module Contrib
Expand Down
2 changes: 1 addition & 1 deletion sig/datadog/ci/ext/environment.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module Datadog

PROVIDERS: ::Array[Array[String | Symbol]]

def self?.tags: (untyped env) -> untyped
def self?.tags: (untyped env) -> Hash[String, String]

def self?.normalize_ref: (untyped name) -> untyped

Expand Down
2 changes: 2 additions & 0 deletions sig/datadog/ci/test.rbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module Datadog
module CI
module Test
self.@environment_tags: Hash[String, String]

def self.trace: (untyped span_name, ?::Hash[untyped, untyped] options) { (untyped, untyped) -> untyped } -> untyped
def self.set_tags!: (untyped trace, untyped span, ?::Hash[untyped, untyped] tags) -> untyped

Expand Down

0 comments on commit f3177cf

Please sign in to comment.