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: add fee token to TransactionOption and TxnConfig #2650

Merged
merged 5 commits into from
Nov 7, 2024

fix: remove unused file and switch to single match for fee config

59c159a
Select commit
Loading
Failed to load commit list.
Merged

feat: add fee token to TransactionOption and TxnConfig #2650

fix: remove unused file and switch to single match for fee config
59c159a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 7, 2024 in 1s

57.84% (+0.50%) compared to a4adeb3

View this Pull Request on Codecov

57.84% (+0.50%) compared to a4adeb3

Details

Codecov Report

Attention: Patch coverage is 64.97462% with 69 lines in your changes missing coverage. Please review.

Project coverage is 57.84%. Comparing base (a4adeb3) to head (59c159a).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/dojo/utils/src/tx/mod.rs 40.00% 39 Missing ⚠️
bin/sozo/src/commands/options/transaction.rs 84.68% 17 Missing ⚠️
crates/dojo/utils/src/tx/invoker.rs 0.00% 7 Missing ⚠️
crates/dojo/utils/src/tx/declarer.rs 55.55% 4 Missing ⚠️
bin/sozo/src/commands/migrate.rs 0.00% 1 Missing ⚠️
crates/dojo/utils/src/tx/deployer.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2650      +/-   ##
==========================================
+ Coverage   57.34%   57.84%   +0.50%     
==========================================
  Files         399      399              
  Lines       49747    49799      +52     
==========================================
+ Hits        28527    28808     +281     
+ Misses      21220    20991     -229     

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