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 config #121

Closed coder137 closed 3 years ago

coder137 commented 3 years ago

Added config for Target defaults

codecov[bot] commented 3 years ago

Codecov Report

Merging #121 (31c5c5e) into main (b20df4a) will increase coverage by 0.00%. The diff coverage is 98.25%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   99.34%   99.35%           
=======================================
  Files          35       35           
  Lines         914      917    +3     
  Branches      295      295           
=======================================
+ Hits          908      911    +3     
  Partials        6        6           
Impacted Files Coverage Δ
buildcc/lib/target/src/target/link_target.cpp 96.97% <ø> (ø)
buildcc/lib/target/include/target/target.h 98.31% <97.06%> (+1.75%) :arrow_up:
buildcc/lib/target/src/target/build.cpp 96.77% <100.00%> (ø)
buildcc/lib/target/src/target/compile_source.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/source.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/target.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 b20df4a...31c5c5e. Read the comment docs.