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 stacktraces and log them in panic messages #2145

Merged
merged 38 commits into from
Aug 2, 2024

chore: rename `RealmUnhandledPanicException` type to `UnhandledPanicE…

778965e
Select commit
Loading
Failed to load commit list.
Merged

feat(gnovm): add stacktraces and log them in panic messages #2145

chore: rename `RealmUnhandledPanicException` type to `UnhandledPanicE…
778965e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 1, 2024 in 0s

60.09% (-0.05%) compared to 5f28803

View this Pull Request on Codecov

60.09% (-0.05%) compared to 5f28803

Details

Codecov Report

Attention: Patch coverage is 82.92683% with 35 lines in your changes missing coverage. Please review.

Project coverage is 60.09%. Comparing base (5f28803) to head (778965e).
Report is 1 commits behind head on master.

Files Patch % Lines
gnovm/tests/file.go 55.26% 15 Missing and 2 partials ⚠️
gnovm/pkg/gnolang/machine.go 82.25% 11 Missing ⚠️
gnovm/pkg/gnolang/frame.go 95.50% 3 Missing and 1 partial ⚠️
gnovm/cmd/gno/run.go 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2145      +/-   ##
==========================================
- Coverage   60.14%   60.09%   -0.05%     
==========================================
  Files         560      560              
  Lines       74738    75035     +297     
==========================================
+ Hits        44950    45093     +143     
- Misses      26400    26556     +156     
+ Partials     3388     3386       -2     

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