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 enum support #55

Closed TheLartians closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #55 into master will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   99.42%   99.45%   +0.02%     
==========================================
  Files          11       12       +1     
  Lines         349      368      +19     
==========================================
+ Hits          347      366      +19     
  Misses          2        2              
Impacted Files Coverage Δ
include/glue/class.h 100.00% <100.00%> (ø)
include/glue/enum.h 100.00% <100.00%> (ø)
source/declarations.cpp 98.69% <100.00%> (+0.07%) :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 c1d2291...e448e1a. Read the comment docs.