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

API fixes and update readme #51

Closed TheLartians closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   99.37%   99.40%   +0.02%     
==========================================
  Files          10       11       +1     
  Lines         321      337      +16     
==========================================
+ Hits          319      335      +16     
  Misses          2        2              
Impacted Files Coverage Δ
include/glue/instance.h 100.00% <100.00%> (ø)
include/glue/value.h 100.00% <100.00%> (ø)
include/glue/view.h 100.00% <100.00%> (ø)
source/context.cpp 100.00% <100.00%> (ø)
source/declarations.cpp 98.52% <100.00%> (ø)

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 4d64b80...46bc84e. Read the comment docs.