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

Template generator #214

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #214 (7e036f3) into main (a0dc3ac) will decrease coverage by 0.03%. The diff coverage is 98.67%.

@@            Coverage Diff             @@
##             main     #214      +/-   ##
==========================================
- Coverage   99.22%   99.19%   -0.03%     
==========================================
  Files          70       72       +2     
  Lines        2054     2094      +40     
  Branches      550      571      +21     
==========================================
+ Hits         2038     2077      +39     
- Partials       16       17       +1     
Impacted Files Coverage Δ
buildcc/lib/args/include/args/register.h 100.00% <ø> (ø)
...ildcc/lib/target/include/target/custom_generator.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/file_generator.h 100.00% <ø> (ø)
...ildcc/schema/include/schema/target_serialization.h 100.00% <ø> (ø)
...cc/lib/target/src/generator/template_generator.cpp 96.77% <96.77%> (ø)
...arget/include/target/interface/builder_interface.h 100.00% <100.00%> (ø)
...dcc/lib/target/include/target/template_generator.h 100.00% <100.00%> (ø)
...b/target/src/custom_generator/custom_generator.cpp 99.26% <100.00%> (+0.03%) :arrow_up:
...uildcc/lib/target/src/generator/file_generator.cpp 96.67% <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 a0dc3ac...7e036f3. Read the comment docs.