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

poc: tx-template #798

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

feat: remove unused interface

b0e86dd
Select commit
Loading
Failed to load commit list.
Open

poc: tx-template #798

feat: remove unused interface
b0e86dd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 0s

76.13% (target 75.00%)

View this Pull Request on Codecov

76.13% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 0.26525% with 376 lines in your changes missing coverage. Please review.

Project coverage is 76.13%. Comparing base (c9905b9) to head (b0e86dd).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
src/template/transaction/executor.ts 0.00% 163 Missing ⚠️
src/template/transaction/builder.ts 0.00% 67 Missing ⚠️
src/template/transaction/interpreter.ts 0.00% 62 Missing ⚠️
src/template/transaction/context.ts 0.00% 47 Missing ⚠️
src/template/transaction/instructions.ts 0.00% 21 Missing ⚠️
src/utils/transaction.ts 0.00% 14 Missing ⚠️
src/template/transaction/setvarcommands.ts 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #798      +/-   ##
==========================================
- Coverage   80.53%   76.13%   -4.40%     
==========================================
  Files          81       87       +6     
  Lines        6462     6847     +385     
  Branches     1393     1516     +123     
==========================================
+ Hits         5204     5213       +9     
- Misses       1245     1621     +376     
  Partials       13       13              

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