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

First attempt at basic axum-style state management #138

Merged
merged 239 commits into from
Sep 1, 2024

Add specific nightly toolchain (for now)

9a1e8e0
Select commit
Loading
Failed to load commit list.
Merged

First attempt at basic axum-style state management #138

Add specific nightly toolchain (for now)
9a1e8e0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 31, 2024 in 1s

0.28% of diff hit (target 18.90%)

View this Pull Request on Codecov

0.28% of diff hit (target 18.90%)

Annotations

Check warning on line 324 in cache/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache/src/lib.rs#L318-L324

Added lines #L318 - L324 were not covered by tests

Check warning on line 326 in cache/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache/src/lib.rs#L326

Added line #L326 was not covered by tests

Check warning on line 328 in cache/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache/src/lib.rs#L328

Added line #L328 was not covered by tests

Check warning on line 607 in cache/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache/src/lib.rs#L605-L607

Added lines #L605 - L607 were not covered by tests

Check warning on line 678 in cache/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache/src/lib.rs#L678

Added line #L678 was not covered by tests

Check warning on line 823 in cache/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

cache/src/lib.rs#L819-L823

Added lines #L819 - L823 were not covered by tests

Check warning on line 35 in common/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/cache.rs#L30-L35

Added lines #L30 - L35 were not covered by tests

Check warning on line 54 in common/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/cache.rs#L41-L54

Added lines #L41 - L54 were not covered by tests

Check warning on line 69 in common/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/cache.rs#L59-L69

Added lines #L59 - L69 were not covered by tests

Check warning on line 76 in common/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/cache.rs#L73-L76

Added lines #L73 - L76 were not covered by tests

Check warning on line 83 in common/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/cache.rs#L80-L83

Added lines #L80 - L83 were not covered by tests

Check warning on line 90 in common/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/cache.rs#L87-L90

Added lines #L87 - L90 were not covered by tests

Check warning on line 96 in common/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/cache.rs#L94-L96

Added lines #L94 - L96 were not covered by tests

Check warning on line 107 in common/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/cache.rs#L102-L107

Added lines #L102 - L107 were not covered by tests

Check warning on line 118 in common/src/cache.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/cache.rs#L113-L118

Added lines #L113 - L118 were not covered by tests

Check warning on line 26 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 32 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L30-L32

Added lines #L30 - L32 were not covered by tests

Check warning on line 39 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L36-L39

Added lines #L36 - L39 were not covered by tests

Check warning on line 41 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L41

Added line #L41 was not covered by tests

Check warning on line 51 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L49-L51

Added lines #L49 - L51 were not covered by tests

Check warning on line 56 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 61 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L59-L61

Added lines #L59 - L61 were not covered by tests

Check warning on line 66 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L64-L66

Added lines #L64 - L66 were not covered by tests

Check warning on line 71 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 79 in common/src/command.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

common/src/command.rs#L77-L79

Added lines #L77 - L79 were not covered by tests