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

refactor to use cross-service sdk in pub-sub #43

added more test in key-value sdk

9a740d7
Select commit
Failed to load commit list.
Merged

refactor to use cross-service sdk in pub-sub #43

added more test in key-value sdk
9a740d7
Select commit
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 13, 2023 in 1s

92.33% of diff hit (target 84.14%)

View this Pull Request on Codecov

92.33% of diff hit (target 84.14%)

Annotations

Check warning on line 296 in packages/network/src/plane.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/network/src/plane.rs#L296

Added line #L296 was not covered by tests

Check warning on line 13 in packages/network/src/plane/internal.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/network/src/plane/internal.rs#L13

Added line #L13 was not covered by tests

Check warning on line 260 in packages/network/src/plane/internal.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/network/src/plane/internal.rs#L260

Added line #L260 was not covered by tests

Check warning on line 173 in packages/services/dht_discovery/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/dht_discovery/src/behavior.rs#L173

Added line #L173 was not covered by tests

Check warning on line 177 in packages/services/dht_discovery/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/dht_discovery/src/behavior.rs#L177

Added line #L177 was not covered by tests

Check warning on line 86 in packages/services/key_value/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior.rs#L76-L86

Added lines #L76 - L86 were not covered by tests

Check warning on line 95 in packages/services/key_value/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior.rs#L88-L95

Added lines #L88 - L95 were not covered by tests

Check warning on line 121 in packages/services/key_value/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior.rs#L119-L121

Added lines #L119 - L121 were not covered by tests

Check warning on line 136 in packages/services/key_value/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior.rs#L129-L136

Added lines #L129 - L136 were not covered by tests

Check warning on line 177 in packages/services/key_value/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior.rs#L172-L177

Added lines #L172 - L177 were not covered by tests

Check warning on line 202 in packages/services/key_value/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior.rs#L196-L202

Added lines #L196 - L202 were not covered by tests

Check warning on line 233 in packages/services/key_value/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior.rs#L229-L233

Added lines #L229 - L233 were not covered by tests

Check warning on line 237 in packages/services/key_value/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior.rs#L235-L237

Added lines #L235 - L237 were not covered by tests

Check warning on line 267 in packages/services/key_value/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior.rs#L267

Added line #L267 was not covered by tests

Check warning on line 350 in packages/services/key_value/src/behavior/hashmap_local.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior/hashmap_local.rs#L350

Added line #L350 was not covered by tests

Check warning on line 384 in packages/services/key_value/src/behavior/hashmap_local.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior/hashmap_local.rs#L384

Added line #L384 was not covered by tests

Check warning on line 130 in packages/services/key_value/src/behavior/sdk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior/sdk.rs#L129-L130

Added lines #L129 - L130 were not covered by tests

Check warning on line 139 in packages/services/key_value/src/behavior/sdk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior/sdk.rs#L136-L139

Added lines #L136 - L139 were not covered by tests

Check warning on line 164 in packages/services/key_value/src/behavior/sdk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior/sdk.rs#L147-L164

Added lines #L147 - L164 were not covered by tests

Check warning on line 175 in packages/services/key_value/src/behavior/sdk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior/sdk.rs#L166-L175

Added lines #L166 - L175 were not covered by tests

Check warning on line 177 in packages/services/key_value/src/behavior/sdk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior/sdk.rs#L177

Added line #L177 was not covered by tests

Check warning on line 345 in packages/services/key_value/src/behavior/simple_local.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior/simple_local.rs#L345

Added line #L345 was not covered by tests

Check warning on line 378 in packages/services/key_value/src/behavior/simple_local.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/key_value/src/behavior/simple_local.rs#L378

Added line #L378 was not covered by tests

Check warning on line 34 in packages/services/layers_spread_router_sync/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/layers_spread_router_sync/src/behavior.rs#L34

Added line #L34 was not covered by tests

Check warning on line 104 in packages/services/manual_discovery/src/behavior.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/services/manual_discovery/src/behavior.rs#L104

Added line #L104 was not covered by tests