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

Serverless Multiplayer #790

Merged
merged 37 commits into from
Dec 11, 2023

Merge branch 'main' into feat/comms-sync

79ad7b8
Select commit
Loading
Failed to load commit list.
Merged

Serverless Multiplayer #790

Merge branch 'main' into feat/comms-sync
79ad7b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 11, 2023 in 1s

37.44% of diff hit (target 67.66%)

View this Pull Request on Codecov

37.44% of diff hit (target 67.66%)

Annotations

Check warning on line 72 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L72

Added line #L72 was not covered by tests

Check warning on line 76 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L76

Added line #L76 was not covered by tests

Check warning on line 80 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L80

Added line #L80 was not covered by tests

Check warning on line 120 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L120

Added line #L120 was not covered by tests

Check warning on line 122 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L122

Added line #L122 was not covered by tests

Check warning on line 144 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L142-L144

Added lines #L142 - L144 were not covered by tests

Check warning on line 168 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L168

Added line #L168 was not covered by tests

Check warning on line 170 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L170

Added line #L170 was not covered by tests

Check warning on line 270 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L270

Added line #L270 was not covered by tests

Check warning on line 279 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L274-L279

Added lines #L274 - L279 were not covered by tests

Check warning on line 288 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L287-L288

Added lines #L287 - L288 were not covered by tests

Check warning on line 290 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L290

Added line #L290 was not covered by tests

Check warning on line 297 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L297

Added line #L297 was not covered by tests

Check warning on line 303 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L303

Added line #L303 was not covered by tests

Check warning on line 306 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L306

Added line #L306 was not covered by tests

Check warning on line 308 in packages/@dcl/ecs/src/systems/crdt/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/ecs/src/systems/crdt/index.ts#L308

Added line #L308 was not covered by tests

Check warning on line 18 in packages/@dcl/sdk/src/message-bus.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/sdk/src/message-bus.ts#L17-L18

Added lines #L17 - L18 were not covered by tests

Check warning on line 21 in packages/@dcl/sdk/src/message-bus.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/sdk/src/message-bus.ts#L21

Added line #L21 was not covered by tests

Check warning on line 1 in packages/@dcl/sdk/src/network/binary-message-bus.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/sdk/src/network/binary-message-bus.ts#L1

Added line #L1 was not covered by tests

Check warning on line 6 in packages/@dcl/sdk/src/network/binary-message-bus.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/sdk/src/network/binary-message-bus.ts#L4-L6

Added lines #L4 - L6 were not covered by tests

Check warning on line 13 in packages/@dcl/sdk/src/network/binary-message-bus.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/sdk/src/network/binary-message-bus.ts#L9-L13

Added lines #L9 - L13 were not covered by tests

Check warning on line 16 in packages/@dcl/sdk/src/network/binary-message-bus.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/sdk/src/network/binary-message-bus.ts#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 20 in packages/@dcl/sdk/src/network/binary-message-bus.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/sdk/src/network/binary-message-bus.ts#L18-L20

Added lines #L18 - L20 were not covered by tests

Check warning on line 23 in packages/@dcl/sdk/src/network/binary-message-bus.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/sdk/src/network/binary-message-bus.ts#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 34 in packages/@dcl/sdk/src/network/binary-message-bus.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/@dcl/sdk/src/network/binary-message-bus.ts#L30-L34

Added lines #L30 - L34 were not covered by tests