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

Standardize internal error messages #3703

Merged
merged 1 commit into from
Nov 28, 2024

add same prefix to all internal error messages

854dd10
Select commit
Loading
Failed to load commit list.
Merged

Standardize internal error messages #3703

add same prefix to all internal error messages
854dd10
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 28, 2024 in 0s

80.17% (-0.03%) compared to 0e1b932

View this Pull Request on Codecov

80.17% (-0.03%) compared to 0e1b932

Details

Codecov Report

Attention: Patch coverage is 45.45455% with 24 lines in your changes missing coverage. Please review.

Project coverage is 80.17%. Comparing base (0e1b932) to head (854dd10).
Report is 131 commits behind head on master.

Files with missing lines Patch % Lines
interpreter/errors.go 58.33% 10 Missing ⚠️
errors/errors.go 54.54% 5 Missing ⚠️
runtime/storage.go 0.00% 5 Missing ⚠️
interpreter/decode.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3703      +/-   ##
==========================================
- Coverage   80.20%   80.17%   -0.03%     
==========================================
  Files         411      414       +3     
  Lines       95543    96113     +570     
==========================================
+ Hits        76629    77059     +430     
- Misses      16228    16361     +133     
- Partials     2686     2693       +7     

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