Rantanen / intercom

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

Update to syn 0.15 #82

Closed Rantanen closed 5 years ago

Rantanen commented 5 years ago

The only real change was the change from a Nom-styled parser to a new parser API.

This meant rewriting the attribute parameter parsing logic.

codecov-io commented 5 years ago

Codecov Report

Merging #82 into master will increase coverage by 0.65%. The diff coverage is 68.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
+ Coverage   73.16%   73.82%   +0.65%     
==========================================
  Files          51       55       +4     
  Lines        3499     3889     +390     
==========================================
+ Hits         2560     2871     +311     
- Misses        939     1018      +79
Impacted Files Coverage Δ
intercom-common/src/ast_converters.rs 28.3% <0%> (-1.11%) :arrow_down:
intercom-common/src/model/comstruct.rs 93.42% <100%> (-0.09%) :arrow_down:
intercom-common/src/model/macros.rs 76.47% <75%> (-18.27%) :arrow_down:
intercom-common/src/model/comlibrary.rs 96.15% <0%> (-0.08%) :arrow_down:
intercom-common/src/model/cominterface.rs 93.33% <0%> (-0.04%) :arrow_down:
intercom-common/src/error.rs 0% <0%> (ø)
intercom/src/guid.rs 90.69% <0%> (ø)
intercom/src/lib.rs 45.45% <0%> (ø)
intercom/src/error.rs 13.67% <0%> (ø)
... 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 8ddd58c...eef4f15. Read the comment docs.