Closed anmarchenko closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.95%. Comparing base (
f3d84e6
) to head (960d008
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What does this PR do? Adds extra tags with Git metadata for Github Actions workflows that are triggered with pull_request event.
Motivation In GHA pull_request workflows HEAD does not point to the last commit in the PR, but to a commit that is the result of merging PR branch with the target branch.
Datadog backend needs additional information in this case to correctly determine the latest commit in the PR branch.
How to test the change? Unit tests are provided