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

Remove buildcc base namespace and complete documentation #186

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #186 (8a58fb8) into main (296b031) will increase coverage by 0.00%. The diff coverage is 94.44%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #186   +/-   ##
=======================================
  Coverage   99.31%   99.31%           
=======================================
  Files          55       55           
  Lines        1745     1748    +3     
  Branches      474      475    +1     
=======================================
+ Hits         1733     1736    +3     
  Partials       12       12           
Impacted Files Coverage Δ
buildcc/lib/args/include/args/register.h 100.00% <ø> (ø)
buildcc/lib/args/src/args.cpp 100.00% <ø> (ø)
...c/lib/target/include/target/common/target_config.h 0.00% <0.00%> (ø)
...cc/lib/target/include/target/common/target_state.h 100.00% <ø> (ø)
.../lib/target/include/target/friend/compile_object.h 100.00% <ø> (ø)
...dcc/lib/target/include/target/friend/compile_pch.h 100.00% <ø> (ø)
...dcc/lib/target/include/target/friend/link_target.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <ø> (ø)
...arget/include/target/interface/builder_interface.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
... and 31 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 296b031...8a58fb8. Read the comment docs.