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/patch succeeded Sep 22, 2024 in 1s

71.58% of diff hit (target 68.37%)

View this Pull Request on Codecov

71.58% of diff hit (target 68.37%)

Annotations

Check warning on line 47 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L40-L47

Added lines #L40 - L47 were not covered by tests

Check warning on line 53 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L49-L53

Added lines #L49 - L53 were not covered by tests

Check warning on line 58 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L55-L58

Added lines #L55 - L58 were not covered by tests

Check warning on line 64 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L60-L64

Added lines #L60 - L64 were not covered by tests

Check warning on line 68 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L68

Added line #L68 was not covered by tests

Check warning on line 84 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L77-L84

Added lines #L77 - L84 were not covered by tests

Check warning on line 90 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L86-L90

Added lines #L86 - L90 were not covered by tests

Check warning on line 99 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L92-L99

Added lines #L92 - L99 were not covered by tests

Check warning on line 105 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L101-L105

Added lines #L101 - L105 were not covered by tests

Check warning on line 113 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L113

Added line #L113 was not covered by tests

Check warning on line 147 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L143-L147

Added lines #L143 - L147 were not covered by tests

Check warning on line 166 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L166

Added line #L166 was not covered by tests

Check warning on line 174 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L174

Added line #L174 was not covered by tests

Check warning on line 184 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L184

Added line #L184 was not covered by tests

Check warning on line 187 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L187

Added line #L187 was not covered by tests

Check warning on line 194 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L194

Added line #L194 was not covered by tests

Check warning on line 199 in crates/katana/runner/macro/src/config.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/config.rs#L198-L199

Added lines #L198 - L199 were not covered by tests

Check warning on line 20 in crates/katana/runner/macro/src/entry.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/entry.rs#L20

Added line #L20 was not covered by tests

Check warning on line 30 in crates/katana/runner/macro/src/entry.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/entry.rs#L30

Added line #L30 was not covered by tests

Check warning on line 37 in crates/katana/runner/macro/src/entry.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/entry.rs#L34-L37

Added lines #L34 - L37 were not covered by tests

Check warning on line 61 in crates/katana/runner/macro/src/entry.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/entry.rs#L61

Added line #L61 was not covered by tests

Check warning on line 69 in crates/katana/runner/macro/src/entry.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/entry.rs#L69

Added line #L69 was not covered by tests

Check warning on line 77 in crates/katana/runner/macro/src/entry.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/entry.rs#L77

Added line #L77 was not covered by tests

Check warning on line 100 in crates/katana/runner/macro/src/entry.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/entry.rs#L100

Added line #L100 was not covered by tests

Check warning on line 31 in crates/katana/runner/macro/src/item.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/katana/runner/macro/src/item.rs#L29-L31

Added lines #L29 - L31 were not covered by tests