getsentry / sentry-native

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

build: add `-DisableCapture` switch to Windows test-runner #1048

Closed supervacuus closed 1 month ago

supervacuus commented 1 month ago

So that the test-runner can show the compiler logs (false by default).

skip-changelog

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 81.76%. Comparing base (65bfb62) to head (da836e5). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1048 +/- ## ========================================== - Coverage 81.80% 81.76% -0.04% ========================================== Files 53 53 Lines 6363 6363 Branches 1207 1207 ========================================== - Hits 5205 5203 -2 - Misses 1045 1047 +2 Partials 113 113 ```