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

[draft] fix: handle transaction checks #99

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

fix: don't rethrow on tx error

fb893d7
Select commit
Loading
Failed to load commit list.
Draft

[draft] fix: handle transaction checks #99

fix: don't rethrow on tx error
fb893d7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 4, 2025 in 0s

57.63% (+0.13%) compared to 54a52c4

View this Pull Request on Codecov

57.63% (+0.13%) compared to 54a52c4

Details

Codecov Report

Attention: Patch coverage is 53.62319% with 32 lines in your changes missing coverage. Please review.

Project coverage is 57.63%. Comparing base (54a52c4) to head (fb893d7).
Report is 9 commits behind head on master.

Files with missing lines Patch % Lines
src/operations.js 54.09% 28 Missing ⚠️
src/lookups.js 66.66% 2 Missing ⚠️
src/http.js 0.00% 1 Missing ⚠️
src/index.js 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   57.50%   57.63%   +0.13%     
==========================================
  Files           8        8              
  Lines         760      753       -7     
==========================================
- Hits          437      434       -3     
+ Misses        323      319       -4     

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