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 Info #155

Closed coder137 closed 2 years ago

coder137 commented 2 years ago

Basic Target Information class to hold input information.

Useful when

codecov[bot] commented 2 years ago

Codecov Report

Merging #155 (fa3811d) into main (4723e5d) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
+ Coverage   99.08%   99.10%   +0.02%     
==========================================
  Files          46       48       +2     
  Lines        1192     1224      +32     
  Branches      322      325       +3     
==========================================
+ Hits         1181     1213      +32     
  Partials       11       11              
Impacted Files Coverage Δ
...cc/lib/target/include/target/common/target_state.h 100.00% <ø> (ø)
buildcc/lib/target/src/api/deps_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/flag_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/include_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/lib_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/pch_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/src/api/source_api.cpp 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/target_info.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/copy_api.cpp 100.00% <100.00%> (ø)
... and 1 more

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 4723e5d...fa3811d. Read the comment docs.