kompics / kompact

A Component System in Rust
MIT License
100 stars 16 forks source link

Change cache key #163

Closed Bathtor closed 3 years ago

Bathtor commented 3 years ago

Please make sure these boxes are checked, before submitting a new PR.

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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #163 (6bdfbc1) into master (2eadf44) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            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.