compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
37 stars 20 forks source link

Implement standard stream redirection #136

Closed vgvassilev closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Merging #136 (547c19c) into main (2a05e19) will increase coverage by 0.38%. The diff coverage is 87.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
+ Coverage   63.27%   63.66%   +0.38%     
==========================================
  Files          16       16              
  Lines        4112     4178      +66     
==========================================
+ Hits         2602     2660      +58     
- Misses       1510     1518       +8     
Files Changed Coverage Δ
include/clang/Interpreter/CppInterOp.h 96.29% <ø> (ø)
lib/Interpreter/CppInterOp.cpp 73.56% <81.81%> (+0.23%) :arrow_up:
unittests/CppInterOp/JitTest.cpp 100.00% <100.00%> (ø)
Files Changed Coverage Δ
include/clang/Interpreter/CppInterOp.h 96.29% <ø> (ø)
lib/Interpreter/CppInterOp.cpp 73.56% <81.81%> (+0.23%) :arrow_up:
unittests/CppInterOp/JitTest.cpp 100.00% <100.00%> (ø)