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

Register for generator #138

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #138 (4af8111) into main (8f493d2) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
+ Coverage   99.06%   99.06%   +0.01%     
==========================================
  Files          43       43              
  Lines        1167     1176       +9     
  Branches      328      329       +1     
==========================================
+ Hits         1156     1165       +9     
  Partials       11       11              
Impacted Files Coverage Δ
buildcc/lib/command/include/command/command.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 98.33% <ø> (ø)
buildcc/lib/args/include/args/register.h 100.00% <100.00%> (ø)
buildcc/lib/args/src/register.cpp 98.59% <100.00%> (+0.08%) :arrow_up:
buildcc/lib/command/src/command.cpp 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/generator/generator.cpp 98.04% <100.00%> (+0.08%) :arrow_up:

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 8f493d2...4af8111. Read the comment docs.