Closed agateau-gg closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.71%. Comparing base (
e6233bd
) to head (9c183d0
). 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
Since #957,
secret scan ci
no longer scans non-conflicting files when scanning a merge commit. This PR changes the behavior ofsecret scan pre-commit
to do the same, making the behavior more consistent.What has been done
Rename
--skip-unchanged-merge-files
to--scan-all-merge-files
, invert its behavior in the code. Adjust the tests and the changelog entry.Validation
Tests still pass.
PR check list
skip-changelog
label has been added to the PR.