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

refactor library to be more modular and consistent #46

Closed TheLartians closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #46 into master will increase coverage by 1.07%. The diff coverage is 98.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   97.66%   98.73%   +1.07%     
==========================================
  Files           5        9       +4     
  Lines         171      317     +146     
==========================================
+ Hits          167      313     +146     
  Misses          4        4              
Impacted Files Coverage Δ
include/glue/class.h 96.22% <96.22%> (ø)
source/declarations.cpp 98.52% <98.52%> (ø)
include/glue/array.h 100.00% <100.00%> (ø)
include/glue/declarations.h 100.00% <100.00%> (ø)
include/glue/instance.h 100.00% <100.00%> (ø)
include/glue/value.h 100.00% <100.00%> (ø)
source/anymap.cpp 100.00% <100.00%> (ø)
source/context.cpp 100.00% <100.00%> (ø)
source/value.cpp 100.00% <100.00%> (ø)
... and 8 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 10f658e...97011dc. Read the comment docs.