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

fix ambigous const methods #24

Closed TheLartians closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will increase coverage by 0.34%. The diff coverage is 97.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage    92.1%   92.44%   +0.34%     
==========================================
  Files           8        8              
  Lines         595      609      +14     
==========================================
+ Hits          548      563      +15     
+ Misses         47       46       -1
Impacted Files Coverage Δ
include/glue/declarations.h 100% <ø> (ø)
include/glue/class_element.h 95.65% <100%> (+0.41%) :arrow_up:
include/glue/lua.h 100% <100%> (ø) :arrow_up:
source/lua.cpp 89.04% <100%> (+0.38%) :arrow_up:
source/declarations.cpp 95.32% <94.44%> (ø)

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 4d2299c...ce4b611. Read the comment docs.