Closed anmarchenko closed 1 month ago
Attention: Patch coverage is 76.92308%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 98.78%. Comparing base (
fc40f77
) to head (1ef2028
).
Files with missing lines | Patch % | Lines |
---|---|---|
lib/datadog/ci/configuration/components.rb | 70.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What does this PR do? Automatically configures correct monotonic clock provider for tracing module if timecop library mocked monotonic time.
Motivation Timecop v0.9.9 allows to mock monotonic clock, which might affect displayed tests duration in Datadog UI.
How to test the change? Unit test is provided