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

Configurable target build path #141

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #141 (383cc72) into main (d525b8c) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
+ Coverage   99.06%   99.07%   +0.01%     
==========================================
  Files          43       43              
  Lines        1176     1183       +7     
  Branches      323      325       +2     
==========================================
+ Hits         1165     1172       +7     
  Partials       11       11              
Impacted Files Coverage Δ
buildcc/lib/target/include/target/target.h 98.51% <100.00%> (+0.17%) :arrow_up:
...ildcc/lib/target/src/target/friend/compile_pch.cpp 97.06% <100.00%> (ø)
buildcc/lib/target/src/target/include_dir.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/lib.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/pch.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 d525b8c...383cc72. Read the comment docs.