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 flags api #197

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #197 (aed12a3) into main (06bed39) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #197      +/-   ##
==========================================
+ Coverage   99.14%   99.21%   +0.07%     
==========================================
  Files          55       57       +2     
  Lines        1737     1769      +32     
  Branches      466      468       +2     
==========================================
+ Hits         1722     1755      +33     
+ Misses          2        1       -1     
  Partials       13       13              
Impacted Files Coverage Δ
buildcc/lib/target/include/target/generator.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
buildcc/lib/target/src/api/target_info_getter.cpp 100.00% <ø> (ø)
buildcc/lib/target/include/target/target_info.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/flag_api.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/target_getter.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%> (ø)
...uildcc/lib/toolchain/include/toolchain/toolchain.h 100.00% <100.00%> (+7.69%) :arrow_up:
buildcc/lib/toolchain/src/toolchain/toolchain.cpp 100.00% <100.00%> (ø)
... and 1 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 06bed39...aed12a3. Read the comment docs.