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

Extra declarations #30

Closed TheLartians closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #30 into master will decrease coverage by 0.47%. The diff coverage is 94.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
- Coverage   92.44%   91.96%   -0.48%     
==========================================
  Files           8        9       +1     
  Lines         609      660      +51     
==========================================
+ Hits          563      607      +44     
- Misses         46       53       +7
Impacted Files Coverage Δ
include/glue/declarations.h 100% <ø> (ø) :arrow_up:
source/element.cpp 98.24% <100%> (+0.09%) :arrow_up:
include/glue/element.h 100% <100%> (ø) :arrow_up:
include/glue/class_element.h 95.91% <100%> (+0.26%) :arrow_up:
source/class_element.cpp 100% <100%> (ø) :arrow_up:
include/glue/array_element.h 86.66% <86.66%> (ø)
source/lua.cpp 88.66% <90.9%> (-0.39%) :arrow_down:
source/declarations.cpp 93.84% <95.91%> (-1.49%) :arrow_down:

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 9620c0a...25ca67c. Read the comment docs.