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

Full cgo support #866

Closed cpunion closed 2 weeks ago

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

Codecov Report

Attention: Patch coverage is 40.08811% with 136 lines in your changes missing coverage. Please review.

Project coverage is 95.45%. Comparing base (ea654ef) to head (6114313).

Files with missing lines Patch % Lines
cl/instr.go 0.00% 59 Missing :warning:
cl/compile.go 34.14% 45 Missing and 9 partials :warning:
ssa/expr.go 0.00% 18 Missing :warning:
cl/import.go 50.00% 3 Missing and 1 partial :warning:
internal/buildtags/buildtags.go 98.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #866 +/- ## ========================================== - Coverage 97.62% 95.45% -2.17% ========================================== Files 20 21 +1 Lines 5971 6188 +217 ========================================== + Hits 5829 5907 +78 - Misses 120 248 +128 - Partials 22 33 +11 ```

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