Closed anmarchenko closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.93%. Comparing base (
af3db96
) to head (58452e4
). Report is 15 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What does this PR do? Fixes potential crash from the test impact analysis native extension when
Object.const_source_location
unexpectedly returns weird values. Adds more testing for these cases.Motivation We got reports of datadog_cov native extension crashes via telemetry crashtracker: while the root cause is unknown yet, this fix is an attempt to mitigate one of the possible causes
How to test the change? Unit tests are provided