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

fix(gnolang): fix panic when using struct as index of map #2044

Merged
merged 5 commits into from
May 9, 2024

Merge branch 'master' into fix/2041

0bfc634
Select commit
Loading
Failed to load commit list.
Merged

fix(gnolang): fix panic when using struct as index of map #2044

Merge branch 'master' into fix/2041
0bfc634
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 7, 2024 in 1s

54.96% (-0.01%) compared to 5a96926

View this Pull Request on Codecov

54.96% (-0.01%) compared to 5a96926

Details

Codecov Report

Attention: Patch coverage is 0% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 54.96%. Comparing base (5a96926) to head (0bfc634).

Files Patch % Lines
gnovm/pkg/gnolang/values.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2044      +/-   ##
==========================================
- Coverage   54.96%   54.96%   -0.01%     
==========================================
  Files         481      481              
  Lines       67391    67390       -1     
==========================================
- Hits        37043    37040       -3     
  Misses      27329    27329              
- Partials     3019     3021       +2     

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