Coverage upload: add tags for codeowners and coverage config path and sha#2022
Merged
nikita-tkachenko-datadog merged 2 commits intomasterfrom Dec 17, 2025
Merged
Conversation
juliomalegria-dd
approved these changes
Dec 17, 2025
GabrielAnca
approved these changes
Dec 17, 2025
Contributor
GabrielAnca
left a comment
There was a problem hiding this comment.
Looks good to me! As the upload command grows in size and complexity, it would be great to have tests that verify the functionality. I don't want to block you since the file already had no tests
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What and why?
Updates
coverage uploadcommand: with these changes the event will contain tags for path/sha of CODEOWNERS file and coverage config file.Normally this information is obtained in the backend using gitdb, but for some high load repos gitdb cannot keep up with the added commits, so the CLI will try to get hold of this info whenever it can to ease the load on the backend.
How?
simplegitis used to get the SHAs: both for CODEOWNERS and for the coverage config the code will iterate over the list of possible paths, checking for which one sha can be successfully obtained.Review checklist