Closed jamiebrynes7 closed 4 years ago
Merging #184 into master will increase coverage by
0.04%
. The diff coverage is14.28%
.
@@ Coverage Diff @@
## master #184 +/- ##
==========================================
+ Coverage 18.70% 18.74% +0.04%
==========================================
Files 47 47
Lines 7427 7394 -33
==========================================
- Hits 1389 1386 -3
+ Misses 6038 6008 -30
Impacted Files | Coverage Δ | |
---|---|---|
project-example/src/connection_handler.rs | 0.00% <ø> (ø) |
|
project-example/src/main.rs | 0.00% <ø> (ø) |
|
spatialos-sdk/src/commands.rs | 12.76% <ø> (ø) |
|
spatialos-sdk/src/component.rs | 13.04% <ø> (ø) |
|
spatialos-sdk/src/connection.rs | 0.00% <ø> (ø) |
|
spatialos-sdk/src/entity.rs | 65.07% <ø> (ø) |
|
spatialos-sdk/src/entity_builder.rs | 91.46% <ø> (ø) |
|
spatialos-sdk/src/lib.rs | 0.00% <0.00%> (ø) |
|
spatialos-sdk/src/locator.rs | 0.00% <ø> (ø) |
|
spatialos-sdk/src/logging.rs | 0.00% <ø> (ø) |
|
... and 25 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ff7c4ee...4496735. Read the comment docs.
Everything that we exported was under the
spatialos_sdk::worker
namespace, this is just some annoying boilerplate. Now everything is just underspatialos_sdk
.