Rantanen / intercom

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

Reduce appveyor builds #104

Closed Rantanen closed 5 years ago

Rantanen commented 5 years ago

Previously we compiled intercom with 'cargo build' and then later through cmake with 'cargo build --release'.

The first cargo build is now removed and we'll run the tests in release mode so we can reuse the --release build.

codecov-io commented 5 years ago

Codecov Report

Merging #104 into master will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   80.43%   80.46%   +0.03%     
==========================================
  Files          57       57              
  Lines        5065     4991      -74     
==========================================
- Hits         4074     4016      -58     
+ Misses        991      975      -16
Impacted Files Coverage Δ
intercom-build/src/lib.rs 0% <0%> (-75.76%) :arrow_down:
intercom-common/src/generators/mod.rs 0% <0%> (ø) :arrow_up:
intercom-build/src/os/mod.rs 0% <0%> (ø) :arrow_up:
intercom-common/src/generators/cpp.rs 81.08% <0%> (+0.01%) :arrow_up:
intercom-common/src/generators/idl.rs 82.4% <0%> (+0.03%) :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 f8244aa...0b99af5. Read the comment docs.