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

Toolchain cleanup #198

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #198 (5342271) into main (f8f6427) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #198   +/-   ##
=======================================
  Coverage   99.21%   99.21%           
=======================================
  Files          57       57           
  Lines        1769     1777    +8     
  Branches      468      470    +2     
=======================================
+ Hits         1755     1763    +8     
  Misses          1        1           
  Partials       13       13           
Impacted Files Coverage Δ
buildcc/lib/args/include/args/args.h 100.00% <ø> (ø)
buildcc/lib/target/src/api/target_info_getter.cpp 100.00% <ø> (ø)
buildcc/lib/args/src/args.cpp 100.00% <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/target_getter.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/build.cpp 92.68% <100.00%> (ø)
buildcc/lib/target/src/target/target.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target_info/target_info.cpp 100.00% <100.00%> (ø)
...toolchain/include/toolchain/common/function_lock.h 100.00% <100.00%> (ø)
... and 2 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 f8f6427...5342271. Read the comment docs.