TheLartians / Glue

⛓️ Bindings that stick. A simple and generic API for C++ to other language bindings supporting bidirectional communication, inheritance and automatic declarations.
MIT License
56 stars 2 forks source link

add callback support for declarations #32

Closed TheLartians closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #32 into master will increase coverage by 0.61%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   91.96%   92.58%   +0.61%     
==========================================
  Files           9        9              
  Lines         660      674      +14     
==========================================
+ Hits          607      624      +17     
+ Misses         53       50       -3
Impacted Files Coverage Δ
include/glue/declarations.h 100% <ø> (ø) :arrow_up:
include/glue/element.h 100% <100%> (ø) :arrow_up:
source/declarations.cpp 96.47% <100%> (+2.63%) :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 07d53dc...1a2b4a7. Read the comment docs.