Closed agateau-gg closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.74%. Comparing base (
50b56bb
) to head (c97aab6
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Context
If
diff.noprefix
is set in the git config, then our patch parser fails.What has been done
Set the appropriate environment variables to ignore any git configuration.
Note: We used to ignore the config in our test suite, but this commit removes that to increase our chances of catching errors in case calls to git which do not go through
git_shell.git()
are added in the future (even if there should not be any).Validation
PR check list
skip-changelog
label has been added to the PR.