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

[Architecture] Shift the Command module inside the global environment #170

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #170 (52115c0) into main (4f5b154) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #170   +/-   ##
=======================================
  Coverage   99.35%   99.35%           
=======================================
  Files          55       55           
  Lines        1694     1694           
  Branches      456      456           
=======================================
  Hits         1683     1683           
  Partials       11       11           
Impacted Files Coverage Δ
buildcc/lib/env/include/env/command.h 100.00% <ø> (ø)
buildcc/lib/env/src/command.cpp 100.00% <ø> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
buildcc/lib/args/src/register.cpp 99.08% <100.00%> (ø)
buildcc/lib/env/include/env/assert_fatal.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/generator/task.cpp 100.00% <100.00%> (ø)
...ildcc/lib/target/src/target/friend/compile_pch.cpp 97.18% <100.00%> (ø)
...ildcc/lib/target/src/target/friend/link_target.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/target.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 4f5b154...52115c0. Read the comment docs.