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

[Redesign] Generator #137

Closed coder137 closed 2 years ago

coder137 commented 2 years ago

Redesigned Generator See buildcc/schema/generator.fbs

codecov[bot] commented 2 years ago

Codecov Report

Merging #137 (3534da0) into main (9c94c40) will decrease coverage by 0.10%. The diff coverage is 98.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
- Coverage   99.16%   99.06%   -0.10%     
==========================================
  Files          43       43              
  Lines        1188     1167      -21     
  Branches      336      328       -8     
==========================================
- Hits         1178     1156      -22     
- Partials       10       11       +1     
Impacted Files Coverage Δ
buildcc/lib/command/include/command/command.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/path.h 100.00% <ø> (ø)
buildcc/lib/target/src/generator/generator.cpp 97.96% <97.96%> (-2.04%) :arrow_down:
buildcc/lib/command/src/command.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <100.00%> (ø)
...ildcc/lib/target/include/target/generator_loader.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/target.h 98.33% <100.00%> (-0.03%) :arrow_down:
...ldcc/lib/target/src/generator/generator_loader.cpp 93.75% <100.00%> (-2.08%) :arrow_down:
...ldcc/lib/target/src/generator/generator_storer.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 9c94c40...3534da0. Read the comment docs.