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

add new revertibleRandom function #2896

Merged
merged 7 commits into from
Oct 27, 2023

update computation constant name from revertible to unsafe

1d90ebe
Select commit
Loading
Failed to load commit list.
Merged

add new revertibleRandom function #2896

update computation constant name from revertible to unsafe
1d90ebe
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 27, 2023 in 0s

79.43% (+0.00%) compared to 465f137

View this Pull Request on Codecov

79.43% (+0.00%) compared to 465f137

Details

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (465f137) 79.42% compared to head (1d90ebe) 79.43%.
Report is 18 commits behind head on master.

❗ Current head 1d90ebe differs from pull request most recent head c6bbd52. Consider uploading reports for the commit c6bbd52 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2896   +/-   ##
=======================================
  Coverage   79.42%   79.43%           
=======================================
  Files         334      334           
  Lines       79023    79067   +44     
=======================================
+ Hits        62767    62804   +37     
- Misses      13948    13953    +5     
- Partials     2308     2310    +2     
Files Coverage Δ
runtime/common/computationkind_string.go 0.00% <ø> (ø)
runtime/environment.go 93.27% <ø> (+0.14%) ⬆️
runtime/stdlib/builtin.go 100.00% <100.00%> (ø)
runtime/stdlib/random.go 88.23% <88.88%> (ø)

... and 9 files with indirect coverage changes

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