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(katana-runner): allow configuring chain id #2554

Merged
merged 4 commits into from
Oct 18, 2024

remove dbg! macro

2fac7c8
Select commit
Loading
Failed to load commit list.
Merged

feat(katana-runner): allow configuring chain id #2554

remove dbg! macro
2fac7c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2024 in 0s

69.59% (+0.03%) compared to bdb8fb5

View this Pull Request on Codecov

69.59% (+0.03%) compared to bdb8fb5

Details

Codecov Report

Attention: Patch coverage is 95.58824% with 3 lines in your changes missing coverage. Please review.

Project coverage is 69.59%. Comparing base (bdb8fb5) to head (2fac7c8).

Files with missing lines Patch % Lines
crates/katana/runner/macro/src/config.rs 87.50% 2 Missing ⚠️
crates/katana/runner/macro/src/entry.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2554      +/-   ##
==========================================
+ Coverage   69.55%   69.59%   +0.03%     
==========================================
  Files         388      388              
  Lines       49964    50018      +54     
==========================================
+ Hits        34752    34809      +57     
+ Misses      15212    15209       -3     

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