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

Custom generator groups #215

Closed coder137 closed 2 years ago

coder137 commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #215 (201945e) into main (d952b6f) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #215      +/-   ##
==========================================
+ Coverage   99.19%   99.20%   +0.01%     
==========================================
  Files          72       72              
  Lines        2094     2128      +34     
  Branches      571      585      +14     
==========================================
+ Hits         2077     2111      +34     
  Partials       17       17              
Impacted Files Coverage Δ
...ildcc/lib/target/include/target/custom_generator.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/file_generator.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.38% <100.00%> (+0.12%) :arrow_up:
...uildcc/lib/target/src/generator/file_generator.cpp 96.72% <100.00%> (+0.05%) :arrow_up:
...cc/lib/target/src/generator/template_generator.cpp 96.77% <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 d952b6f...201945e. Read the comment docs.