Rantanen / intercom

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

Changed C++ headers' extension to ".hpp" #70

Closed Fluxie closed 6 years ago

Fluxie commented 6 years ago

This should ensure different tools correctly identiy the headers as C++ headers.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@510b983). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #70   +/-   ##
=========================================
  Coverage          ?   74.78%           
=========================================
  Files             ?       52           
  Lines             ?     3320           
  Branches          ?        0           
=========================================
  Hits              ?     2483           
  Misses            ?      837           
  Partials          ?        0
Impacted Files Coverage Δ
intercom-cpp/src/posix/conversions.hpp 85% <ø> (ø)
intercom-cpp/src/posix/memory.hpp 85.29% <ø> (ø)
intercom-cpp/src/detail/utility.hpp 16.66% <ø> (ø)
intercom-cpp/src/posix/dlwrapper.hpp 83.33% <ø> (ø)
intercom-cpp/src/activator.hpp 86.66% <ø> (ø)
intercom-cpp/src/detail/bstr_buffer.hpp 100% <ø> (ø)
intercom-cpp/src/guiddef.hpp 0% <ø> (ø)
intercom-cpp/src/posix/detail/memory.hpp 100% <ø> (ø)
intercom-cpp/src/posix/converter.hpp 89.58% <ø> (ø)
intercom-cpp/src/detail/char_buffer.hpp 100% <ø> (ø)
... 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 510b983...ee6104f. Read the comment docs.