lib/datadog/ci/ext/test.rb in datadog-ci-1.6.0 vs lib/datadog/ci/ext/test.rb in datadog-ci-1.7.0

- old
+ new

@@ -62,9 +62,12 @@ TAG_IS_RETRY = "test.is_retry" # true if test was retried by datadog-ci library TAG_IS_NEW = "test.is_new" # true if test was marked as new by new test retries (early flake detection) TAG_EARLY_FLAKE_ENABLED = "test.early_flake.enabled" # true if early flake detection is enabled TAG_EARLY_FLAKE_ABORT_REASON = "test.early_flake.abort_reason" # reason why early flake detection was aborted + # Tags for total code coverage + TAG_CODE_COVERAGE_LINES_PCT = "test.code_coverage.lines_pct" + # internal APM tag to mark a span as a test span TAG_SPAN_KIND = "span.kind" SPAN_KIND_TEST = "test" # common tags that are serialized directly in msgpack header in metadata field