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 find and verify #199

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #199 (2eaaec9) into main (cc5ad25) will decrease coverage by 0.15%. The diff coverage is 98.03%.

@@            Coverage Diff             @@
##             main     #199      +/-   ##
==========================================
- Coverage   99.21%   99.06%   -0.15%     
==========================================
  Files          57       62       +5     
  Lines        1777     1807      +30     
  Branches      470      494      +24     
==========================================
+ Hits         1763     1790      +27     
  Misses          1        1              
- Partials       13       16       +3     
Impacted Files Coverage Δ
buildcc/lib/args/include/args/args.h 100.00% <ø> (ø)
buildcc/lib/toolchain/src/api/toolchain_find.cpp 97.44% <97.44%> (ø)
buildcc/lib/toolchain/src/api/toolchain_verify.cpp 97.71% <97.50%> (-1.60%) :arrow_down:
buildcc/lib/args/src/args.cpp 100.00% <100.00%> (ø)
...b/toolchain/include/toolchain/api/toolchain_find.h 100.00% <100.00%> (ø)
...toolchain/include/toolchain/api/toolchain_verify.h 100.00% <100.00%> (ø)
...n/include/toolchain/common/toolchain_executables.h 100.00% <100.00%> (ø)
.../toolchain/include/toolchain/common/toolchain_id.h 100.00% <100.00%> (ø)
...uildcc/lib/toolchain/include/toolchain/toolchain.h 100.00% <100.00%> (ø)
buildcc/lib/toolchain/src/toolchain/toolchain.cpp 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 cc5ad25...2eaaec9. Read the comment docs.