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

[QOL] Target include refactor #157

Closed coder137 closed 2 years ago

coder137 commented 2 years ago

Shifted includes to interface, base and common folders Only generator.h, target_info.h and target.h are kept in the root

codecov[bot] commented 2 years ago

Codecov Report

Merging #157 (7438bd9) into main (ae6ac77) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #157   +/-   ##
=======================================
  Coverage   99.12%   99.12%           
=======================================
  Files          49       49           
  Lines        1245     1245           
  Branches      325      325           
=======================================
  Hits         1234     1234           
  Partials       11       11           
Impacted Files Coverage Δ
.../lib/target/include/target/base/generator_loader.h 100.00% <ø> (ø)
...dcc/lib/target/include/target/base/target_loader.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/common/path.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/common/util.h 50.00% <ø> (ø)
.../lib/target/include/target/friend/compile_object.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <ø> (ø)
...arget/include/target/interface/builder_interface.h 100.00% <ø> (ø)
...target/include/target/interface/loader_interface.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target_info.h 100.00% <ø> (ø)
... and 8 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 ae6ac77...7438bd9. Read the comment docs.