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

Add store providers to persistence module #251

Merged
merged 9 commits into from
Sep 5, 2024

persistence: create directories on FsBinStore construction

47e81b9
Select commit
Loading
Failed to load commit list.
Merged

Add store providers to persistence module #251

persistence: create directories on FsBinStore construction
47e81b9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 2, 2024 in 1s

4.8% of diff hit (target 60.0%)

View this Pull Request on Codecov

4.8% of diff hit (target 60.0%)

Annotations

Check warning on line 40 in src/persistence/fs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/fs.rs#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 54 in src/persistence/fs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/fs.rs#L42-L54

Added lines #L42 - L54 were not covered by tests

Check warning on line 60 in src/persistence/fs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/fs.rs#L57-L60

Added lines #L57 - L60 were not covered by tests

Check warning on line 66 in src/persistence/fs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/fs.rs#L62-L66

Added lines #L62 - L66 were not covered by tests

Check warning on line 73 in src/persistence/fs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/fs.rs#L70-L73

Added lines #L70 - L73 were not covered by tests

Check warning on line 79 in src/persistence/fs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/fs.rs#L75-L79

Added lines #L75 - L79 were not covered by tests

Check warning on line 86 in src/persistence/fs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/fs.rs#L83-L86

Added lines #L83 - L86 were not covered by tests

Check warning on line 92 in src/persistence/fs.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/fs.rs#L88-L92

Added lines #L88 - L92 were not covered by tests

Check warning on line 137 in src/persistence/index.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/index.rs#L133-L137

Added lines #L133 - L137 were not covered by tests

Check warning on line 148 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L132-L148

Added lines #L132 - L148 were not covered by tests

Check warning on line 158 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L158

Added line #L158 was not covered by tests

Check warning on line 519 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L514-L519

Added lines #L514 - L519 were not covered by tests

Check warning on line 525 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L525

Added line #L525 was not covered by tests

Check warning on line 527 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L527

Added line #L527 was not covered by tests

Check warning on line 529 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L529

Added line #L529 was not covered by tests

Check warning on line 536 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L535-L536

Added lines #L535 - L536 were not covered by tests

Check warning on line 540 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L540

Added line #L540 was not covered by tests

Check warning on line 613 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L613

Added line #L613 was not covered by tests

Check warning on line 638 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L638

Added line #L638 was not covered by tests

Check warning on line 1042 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L1042

Added line #L1042 was not covered by tests

Check warning on line 1071 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L1067-L1071

Added lines #L1067 - L1071 were not covered by tests

Check warning on line 1238 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L1230-L1238

Added lines #L1230 - L1238 were not covered by tests

Check warning on line 1244 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L1244

Added line #L1244 was not covered by tests

Check warning on line 1246 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L1246

Added line #L1246 was not covered by tests

Check warning on line 1248 in src/persistence/memory.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/persistence/memory.rs#L1248

Added line #L1248 was not covered by tests