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

Improve Katana runner macro #2464

Merged
merged 14 commits into from
Sep 22, 2024

clippy

c016393
Select commit
Loading
Failed to load commit list.
Merged

Improve Katana runner macro #2464

clippy
c016393
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 22, 2024 in 1s

68.42% (+0.04%) compared to 86dbd44

View this Pull Request on Codecov

68.42% (+0.04%) compared to 86dbd44

Details

Codecov Report

Attention: Patch coverage is 71.58177% with 106 lines in your changes missing coverage. Please review.

Project coverage is 68.42%. Comparing base (86dbd44) to head (c016393).

Files with missing lines Patch % Lines
crates/katana/runner/macro/src/config.rs 52.30% 62 Missing ⚠️
crates/katana/runner/macro/src/utils.rs 37.50% 20 Missing ⚠️
crates/katana/runner/macro/src/item.rs 82.89% 13 Missing ⚠️
crates/katana/runner/macro/src/entry.rs 87.65% 10 Missing ⚠️
crates/katana/runner/src/lib.rs 97.95% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2464      +/-   ##
==========================================
+ Coverage   68.37%   68.42%   +0.04%     
==========================================
  Files         365      368       +3     
  Lines       47957    48197     +240     
==========================================
+ Hits        32790    32977     +187     
- Misses      15167    15220      +53     

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