Closed Bathtor closed 3 years ago
Merging #163 (6bdfbc1) into master (2eadf44) will increase coverage by
0.03%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #163 +/- ##
==========================================
+ Coverage 70.31% 70.34% +0.03%
==========================================
Files 100 100
Lines 19418 19418
==========================================
+ Hits 13654 13660 +6
+ Misses 5764 5758 -6
Impacted Files | Coverage Δ | |
---|---|---|
core/src/routing/mod.rs | 97.18% <0.00%> (-0.47%) |
:arrow_down: |
core/src/net/network_thread.rs | 89.05% <0.00%> (-0.09%) |
:arrow_down: |
core/src/dispatch/mod.rs | 79.84% <0.00%> (ø) |
|
core/src/ports.rs | 64.80% <0.00%> (+0.32%) |
:arrow_up: |
core/src/net/buffers/buffer_pool.rs | 94.08% <0.00%> (+0.49%) |
:arrow_up: |
core/src/actors/paths.rs | 75.99% <0.00%> (+0.56%) |
:arrow_up: |
core/src/net/network_channel.rs | 82.49% <0.00%> (+0.67%) |
:arrow_up: |
core/src/net/frames.rs | 64.06% <0.00%> (+1.04%) |
:arrow_up: |
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 2eadf44...6bdfbc1. Read the comment docs.
Please make sure these boxes are checked, before submitting a new PR.
rustfmt
on the code base before submitting (on latest nightly with rustfmt support)Issues
CI is currently failing all nightly builds due to dependency resolution issues.
Breaking Changes
None
Other Changes
Changes the key for the cargo cache to make sure it pulls a fresh one. This should make the build work again.