getsentry / sentry-native

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

fix: crashpad build for Windows ARM64 via LLVM-MINGW #1003

Closed past-due closed 4 weeks ago

past-due commented 4 weeks ago

Fixes: #1002.

Actual change: getsentry/crashpad#/101.

codecov[bot] commented 4 weeks ago

Codecov Report

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

Project coverage is 83.92%. Comparing base (235f837) to head (be85d31). Report is 5 commits behind head on master.

:exclamation: Current head be85d31 differs from pull request most recent head 25ef084

Please upload reports for the commit 25ef084 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1003 +/- ## ========================================== - Coverage 86.53% 83.92% -2.62% ========================================== Files 40 53 +13 Lines 3736 5443 +1707 Branches 0 1207 +1207 ========================================== + Hits 3233 4568 +1335 - Misses 503 761 +258 - Partials 0 114 +114 ```