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 specialized` added as a dependency to `Args` #210

Closed coder137 closed 2 years ago

coder137 commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #210 (2cb2f95) into main (b9b37cb) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #210      +/-   ##
==========================================
+ Coverage   99.12%   99.18%   +0.06%     
==========================================
  Files          62       71       +9     
  Lines        1813     1954     +141     
  Branches      472      522      +50     
==========================================
+ Hits         1797     1938     +141     
  Misses          1        1              
  Partials       15       15              
Impacted Files Coverage Δ
buildcc/lib/args/src/args.cpp 100.00% <ø> (ø)
buildcc/lib/toolchain/src/toolchain/toolchain.cpp 100.00% <ø> (ø)
buildcc/lib/args/include/args/args.h 100.00% <100.00%> (ø)
...toolchain/include/toolchain/api/toolchain_verify.h 100.00% <100.00%> (ø)
...uildcc/lib/toolchain/include/toolchain/toolchain.h 100.00% <100.00%> (ø)
buildcc/lib/toolchain/src/api/toolchain_verify.cpp 100.00% <100.00%> (ø)
...c/toolchains/include/toolchains/toolchain_custom.h 100.00% <100.00%> (ø)
...ldcc/toolchains/include/toolchains/toolchain_gcc.h 100.00% <100.00%> (ø)
...cc/toolchains/include/toolchains/toolchain_infos.h 100.00% <100.00%> (ø)
...cc/toolchains/include/toolchains/toolchain_mingw.h 100.00% <100.00%> (ø)
... and 12 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 b9b37cb...2cb2f95. Read the comment docs.