Closed jerbob92 closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.14%. Comparing base (
17f2263
) to head (e5db754
). Report is 2 commits behind head on main.:exclamation: Current head e5db754 differs from pull request most recent head d8ff969
Please upload reports for the commit d8ff969 to get more accurate results.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Accidentally a
import "C"
was added to the WebAssembly implementation. When you then have no CGO available in your environment, the build fails. I have also added some extra steps to catch this in the CI process next time.Fixes #169