compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
47 stars 21 forks source link

Add and update tests #139

Closed Smit1603 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #139 (a18eaf7) into main (2a05e19) will increase coverage by 1.23%. Report is 3 commits behind head on main. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #139      +/-   ##
==========================================
+ Coverage   63.27%   64.51%   +1.23%     
==========================================
  Files          16       16              
  Lines        4112     4202      +90     
==========================================
+ Hits         2602     2711     +109     
+ Misses       1510     1491      -19     
Files Changed Coverage Δ
include/clang/Interpreter/CppInterOp.h 96.29% <ø> (ø)
lib/Interpreter/CppInterOp.cpp 75.25% <100.00%> (+1.92%) :arrow_up:
unittests/CppInterOp/EnumReflectionTest.cpp 100.00% <100.00%> (ø)
unittests/CppInterOp/FunctionReflectionTest.cpp 99.73% <100.00%> (+<0.01%) :arrow_up:
unittests/CppInterOp/TypeReflectionTest.cpp 99.60% <100.00%> (+0.01%) :arrow_up:

... and 1 file with indirect coverage changes

Files Changed Coverage Δ
include/clang/Interpreter/CppInterOp.h 96.29% <ø> (ø)
lib/Interpreter/CppInterOp.cpp 75.25% <100.00%> (+1.92%) :arrow_up:
unittests/CppInterOp/EnumReflectionTest.cpp 100.00% <100.00%> (ø)
unittests/CppInterOp/FunctionReflectionTest.cpp 99.73% <100.00%> (+<0.01%) :arrow_up:
unittests/CppInterOp/TypeReflectionTest.cpp 99.60% <100.00%> (+0.01%) :arrow_up:

... and 1 file with indirect coverage changes

Smit1603 commented 1 year ago

@vgvassilev This PR has following changes made