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 generic #209

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #209 (2a18e45) into main (d22c750) will increase coverage by 0.13%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #209      +/-   ##
==========================================
+ Coverage   98.99%   99.12%   +0.13%     
==========================================
  Files          62       62              
  Lines        1879     1813      -66     
  Branches      505      472      -33     
==========================================
- Hits         1860     1797      -63     
  Misses          1        1              
+ Partials       18       15       -3     
Impacted Files Coverage Δ
buildcc/lib/target/src/target_info/target_info.cpp 100.00% <ø> (ø)
buildcc/lib/args/include/args/args.h 100.00% <100.00%> (ø)
buildcc/lib/args/src/register.cpp 99.29% <100.00%> (+0.05%) :arrow_up:
buildcc/lib/env/include/env/storage.h 100.00% <100.00%> (ø)
buildcc/lib/env/src/storage.cpp 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%> (+2.29%) :arrow_up:

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 d22c750...2a18e45. Read the comment docs.