compiler-research / CppInterOp

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

Implement GetVersion. #135

Closed vgvassilev closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #135 (cb6e9cb) into main (e598aef) will increase coverage by 0.08%. Report is 1 commits behind head on main. The diff coverage is 100.00%.

:exclamation: Current head cb6e9cb differs from pull request most recent head 806941a. Consider uploading reports for the commit 806941a to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
+ Coverage   63.19%   63.27%   +0.08%     
==========================================
  Files          16       16              
  Lines        4103     4112       +9     
==========================================
+ Hits         2593     2602       +9     
  Misses       1510     1510              
Files Changed Coverage Δ
include/clang/Interpreter/CppInterOp.h 96.29% <ø> (ø)
lib/Interpreter/CppInterOp.cpp 73.32% <100.00%> (+0.10%) :arrow_up:
unittests/CppInterOp/InterpreterTest.cpp 100.00% <100.00%> (ø)
Files Changed Coverage Δ
include/clang/Interpreter/CppInterOp.h 96.29% <ø> (ø)
lib/Interpreter/CppInterOp.cpp 73.32% <100.00%> (+0.10%) :arrow_up:
unittests/CppInterOp/InterpreterTest.cpp 100.00% <100.00%> (ø)