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

Target documentation #159

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #159 (a3e2dba) into main (3141cb6) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #159   +/-   ##
=======================================
  Coverage   99.12%   99.12%           
=======================================
  Files          49       49           
  Lines        1251     1251           
  Branches      325      326    +1     
=======================================
  Hits         1240     1240           
  Partials       11       11           
Impacted Files Coverage Δ
buildcc/lib/args/include/args/args.h 100.00% <ø> (ø)
buildcc/lib/args/include/args/register.h 100.00% <ø> (ø)
buildcc/lib/command/include/command/command.h 100.00% <ø> (ø)
buildcc/lib/env/include/env/assert_fatal.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target_info.h 100.00% <ø> (ø)
buildcc/lib/command/src/command.cpp 100.00% <100.00%> (ø)
buildcc/lib/env/include/env/util.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/api/target_info_getter.cpp 100.00% <100.00%> (ø)
... and 5 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 3141cb6...a3e2dba. Read the comment docs.