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

Refactor `env.h` free functions to static `Project` class #201

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #201 (109794c) into main (a3d2c7f) will decrease coverage by 0.10%. The diff coverage is 94.87%.

@@            Coverage Diff             @@
##             main     #201      +/-   ##
==========================================
- Coverage   99.06%   98.95%   -0.10%     
==========================================
  Files          62       62              
  Lines        1807     1818      +11     
  Branches      494      501       +7     
==========================================
+ Hits         1790     1799       +9     
  Misses          1        1              
- Partials       16       18       +2     
Impacted Files Coverage Δ
...cc/lib/target/src/target/friend/compile_object.cpp 100.00% <ø> (ø)
...toolchain/include/toolchain/api/toolchain_verify.h 100.00% <ø> (ø)
buildcc/lib/env/src/env.cpp 92.31% <92.31%> (-7.69%) :arrow_down:
buildcc/lib/args/src/register.cpp 99.08% <100.00%> (ø)
...ldcc/lib/target/include/target/common/target_env.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/generator/generator.cpp 98.11% <100.00%> (ø)
buildcc/lib/target/src/generator/task.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/target.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/src/target/tasks.cpp 100.00% <100.00%> (ø)

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 a3d2c7f...109794c. Read the comment docs.