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

feat(torii-grpc): IN operator for comparison #2812

Merged
merged 4 commits into from
Dec 17, 2024

feat: in operator grpc finish

2c18b72
Select commit
Loading
Failed to load commit list.
Merged

feat(torii-grpc): IN operator for comparison #2812

feat: in operator grpc finish
2c18b72
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 17, 2024 in 1s

0.00% of diff hit (target 55.67%)

View this Pull Request on Codecov

0.00% of diff hit (target 55.67%)

Annotations

Check warning on line 778 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L776-L778

Added lines #L776 - L778 were not covered by tests

Check warning on line 781 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L780-L781

Added lines #L780 - L781 were not covered by tests

Check warning on line 784 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L783-L784

Added lines #L783 - L784 were not covered by tests

Check warning on line 788 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L788

Added line #L788 was not covered by tests

Check warning on line 845 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L845

Added line #L845 was not covered by tests

Check warning on line 847 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L847

Added line #L847 was not covered by tests

Check warning on line 853 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L853

Added line #L853 was not covered by tests

Check warning on line 1367 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1364-L1367

Added lines #L1364 - L1367 were not covered by tests

Check warning on line 1370 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1369-L1370

Added lines #L1369 - L1370 were not covered by tests

Check warning on line 1373 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1372-L1373

Added lines #L1372 - L1373 were not covered by tests

Check warning on line 1378 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1377-L1378

Added lines #L1377 - L1378 were not covered by tests

Check warning on line 204 in crates/torii/grpc/src/types/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/types/mod.rs#L203-L204

Added lines #L203 - L204 were not covered by tests

Check warning on line 219 in crates/torii/grpc/src/types/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/types/mod.rs#L218-L219

Added lines #L218 - L219 were not covered by tests