Rantanen / intercom

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

Syn 0.12 update #52

Closed Rantanen closed 6 years ago

Rantanen commented 6 years ago

Work in progress. Haven't touched tests yet.

codecov-io commented 6 years ago

Codecov Report

Merging #52 into master will decrease coverage by 2.87%. The diff coverage is 65.24%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   78.74%   75.86%   -2.88%     
==========================================
  Files          42       36       -6     
  Lines        2973     2581     -392     
==========================================
- Hits         2341     1958     -383     
+ Misses        632      623       -9
Impacted Files Coverage Δ
intercom-common/tests/test_generators.rs 100% <ø> (ø)
intercom-common/src/generators/mod.rs 0% <ø> (ø)
intercom-cli/src/main.rs 2.04% <ø> (ø) :arrow_up:
intercom-common/src/generators/idl.rs 81.55% <ø> (ø)
intercom-common/src/generators/cpp.rs 79.18% <ø> (ø)
intercom-common/src/generators/manifest.rs 69.49% <ø> (ø)
intercom-attributes/src/lib.rs 85.21% <100%> (-0.38%) :arrow_down:
intercom-common/src/ast_converters.rs 33.66% <27.14%> (-17.16%) :arrow_down:
intercom-common/src/foreign_ty.rs 80.26% <41.66%> (-8.31%) :arrow_down:
intercom-common/src/returnhandlers.rs 88.37% <72.72%> (ø) :arrow_up:
... and 15 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 c209859...e8f7b47. Read the comment docs.

Rantanen commented 6 years ago

Rebased and merged on master.