Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gnovm): add software floating point package #2863

Closed
wants to merge 2 commits into from

add Fcmp64

aa07dce
Select commit
Loading
Failed to load commit list.
Closed

feat(gnovm): add software floating point package #2863

add Fcmp64
aa07dce
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 6, 2024 in 0s

60.94% (+0.03%) compared to 1e27785

View this Pull Request on Codecov

60.94% (+0.03%) compared to 1e27785

Details

Codecov Report

Attention: Patch coverage is 67.30310% with 137 lines in your changes missing coverage. Please review.

Project coverage is 60.94%. Comparing base (1e27785) to head (aa07dce).
Report is 87 commits behind head on master.

Files with missing lines Patch % Lines
.../gnolang/internal/softfloat/runtime_softfloat64.go 70.72% 108 Missing and 5 partials ⚠️
gnovm/pkg/gnolang/internal/softfloat/softfloat.go 27.27% 24 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2863      +/-   ##
==========================================
+ Coverage   60.91%   60.94%   +0.03%     
==========================================
  Files         564      566       +2     
  Lines       75273    75692     +419     
==========================================
+ Hits        45856    46134     +278     
- Misses      26046    26183     +137     
- Partials     3371     3375       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.