coder137 / build_in_cpp

Build C, C++ and ASM files in C++
https://coder137.github.io/build_in_cpp/
Apache License 2.0
50 stars 2 forks source link

[Target] Internal class to external #147

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #147 (bef12b7) into main (65b3168) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #147   +/-   ##
=======================================
  Coverage   99.06%   99.06%           
=======================================
  Files          44       46    +2     
  Lines        1170     1172    +2     
  Branches      324      324           
=======================================
+ Hits         1159     1161    +2     
  Partials       11       11           
Impacted Files Coverage Δ
...c/lib/target/include/target/common/target_config.h 0.00% <ø> (ø)
...ldcc/lib/target/include/target/common/target_env.h 100.00% <100.00%> (ø)
...cc/lib/target/include/target/common/target_state.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/target.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/common/target_config.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/common/target_state.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/build.cpp 91.89% <100.00%> (ø)
buildcc/lib/target/src/target/target.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/target_storer.cpp 100.00% <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 65b3168...bef12b7. Read the comment docs.