Rantanen / intercom

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

Add com_library source/target tests #105

Closed Rantanen closed 5 years ago

Rantanen commented 5 years ago

Add proc macro reference tests for the com_library procedural macro.

codecov-io commented 5 years ago

Codecov Report

Merging #105 into master will increase coverage by 0.92%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
+ Coverage   80.43%   81.35%   +0.92%     
==========================================
  Files          57       57              
  Lines        5065     5064       -1     
==========================================
+ Hits         4074     4120      +46     
+ Misses        991      944      -47
Impacted Files Coverage Δ
intercom-attributes/tests/lib.rs 71.68% <100%> (+0.62%) :arrow_up:
intercom-attributes/src/lib.rs 66.66% <0%> (+16.66%) :arrow_up:
intercom-common/src/idents.rs 70.58% <0%> (+20.58%) :arrow_up:
intercom-common/src/attributes/com_library.rs 100% <0%> (+100%) :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 373217f...e9d65c0. Read the comment docs.