jeikabu / runng

MIT License
25 stars 3 forks source link

runng 0.3 #36

Closed jeikabu closed 4 years ago

jeikabu commented 5 years ago

Breaking Changes (relative to 0.1/0.2)

runng-sys:

runng:

Non-Breaking Changes:

runng-sys:

runng:

sphinxc0re commented 5 years ago

why are you using https://github.com/jeikabu/nng-rust.git as a submodule? You could just use it as a crate:


[dependencies]
nng-rust = { git = "https://github.com/jeikabu/nng-rust.git" }
jeikabu commented 5 years ago

No reason in particular. Guess I didn't feel adventurous in figuring out how easy it would be to make changes, deal with the sub-submodule, etc. =) . And making it work with CI.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@8eeef46). Click here to learn what that means. The diff coverage is 93.85%.

Impacted file tree graph

@@           Coverage Diff            @@
##             master     #36   +/-   ##
========================================
  Coverage          ?   92.1%           
========================================
  Files             ?      49           
  Lines             ?    2356           
  Branches          ?       0           
========================================
  Hits              ?    2170           
  Misses            ?     186           
  Partials          ?       0
Impacted Files Coverage Δ
runng/src/lib.rs 83.33% <ø> (ø)
runng/src/protocol/pull0.rs 100% <100%> (ø)
runng/src/protocol/pair1.rs 100% <100%> (ø)
runng/src/protocol/pub0.rs 100% <100%> (ø)
runng/src/listener.rs 100% <100%> (ø)
runng/tests/tests/msg_tests.rs 100% <100%> (ø)
runng/src/protocol/sub0.rs 100% <100%> (ø)
runng/src/protocol/push0.rs 100% <100%> (ø)
runng/src/protocol/pair0.rs 100% <100%> (ø)
runng/src/factory.rs 100% <100%> (ø)
... and 39 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 8eeef46...ce4c699. Read the comment docs.