Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Move attributes #56

Closed Rantanen closed 6 years ago

Rantanen commented 6 years ago

Moved code from intercom-attributes to intercom-common. This should allow unit testing in the future.

codecov-io commented 6 years ago

Codecov Report

Merging #56 into master will not change coverage. The diff coverage is 89.26%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   76.49%   76.49%           
=======================================
  Files          42       47    +5     
  Lines        2944     2944           
=======================================
  Hits         2252     2252           
  Misses        692      692
Impacted Files Coverage Δ
intercom-common/src/lib.rs 100% <ø> (ø) :arrow_up:
intercom-attributes/src/lib.rs 56% <ø> (-29.66%) :arrow_down:
intercom-common/src/attributes/com_library.rs 0% <0%> (ø)
intercom-common/src/attributes/com_class.rs 100% <100%> (ø)
intercom-common/src/attributes/common.rs 100% <100%> (ø)
intercom-common/src/attributes/com_impl.rs 100% <100%> (ø)
intercom-common/src/attributes/com_interface.rs 98.68% <98.68%> (ø)
... and 2 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 c42b2ea...6d1b994. Read the comment docs.