goplus / llgo

A Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python
Apache License 2.0
365 stars 26 forks source link

Debug: fix struct vars debug, params modication, supports expressions, lexical scope/lifecycle #806

Closed cpunion closed 1 month ago

cpunion commented 2 months ago
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 98.22222% with 4 lines in your changes missing coverage. Please review.

Project coverage is 97.45%. Comparing base (5dadf9a) to head (227dda3). Report is 192 commits behind head on main.

Files with missing lines Patch % Lines
ssa/eh.go 0.00% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #806 +/- ## ========================================== - Coverage 97.58% 97.45% -0.13% ========================================== Files 20 20 Lines 5169 5273 +104 ========================================== + Hits 5044 5139 +95 - Misses 106 111 +5 - Partials 19 23 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.