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

Generator task #164

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #164 (724b751) into main (905cb5c) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #164      +/-   ##
==========================================
+ Coverage   99.19%   99.23%   +0.04%     
==========================================
  Files          50       52       +2     
  Lines        1357     1434      +77     
  Branches      340      368      +28     
==========================================
+ Hits         1346     1423      +77     
  Partials       11       11              
Impacted Files Coverage Δ
...arget/include/target/interface/builder_interface.h 100.00% <ø> (ø)
buildcc/lib/target/src/api/sync_api.cpp 100.00% <ø> (ø)
buildcc/lib/env/include/env/assert_throw.h 100.00% <100.00%> (ø)
buildcc/lib/env/src/task_state.cpp 100.00% <100.00%> (ø)
.../lib/target/include/target/base/generator_loader.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/common/path.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <100.00%> (ø)
...target/include/target/interface/loader_interface.h 100.00% <100.00%> (ø)
buildcc/lib/target/src/generator/task.cpp 100.00% <100.00%> (ø)
... and 1 more

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 905cb5c...724b751. Read the comment docs.