getsentry / sentry-native

Sentry SDK for C, C++ and native applications.
MIT License
403 stars 170 forks source link

chore: precommit hook must not check deleted or renamed files #1071

Closed vaind closed 3 weeks ago

vaind commented 3 weeks ago

After deleting a file, precommit hook fails because it tries to to format non-existent files.

skip-changelog

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.62%. Comparing base (3244b9e) to head (00536b7). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1071 +/- ## ========================================== + Coverage 82.61% 82.62% +0.01% ========================================== Files 53 53 Lines 7660 7660 Branches 1208 1208 ========================================== + Hits 6328 6329 +1 + Misses 1218 1217 -1 Partials 114 114 ```