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 #212

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #212 (4031c39) into main (afff3dd) will increase coverage by 0.07%. The diff coverage is 99.06%.

@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
+ Coverage   99.18%   99.25%   +0.07%     
==========================================
  Files          71       73       +2     
  Lines        1950     2125     +175     
  Branches      521      576      +55     
==========================================
+ Hits         1934     2109     +175     
+ Misses          1        0       -1     
- Partials       15       16       +1     
Impacted Files Coverage Δ
buildcc/lib/env/src/command.cpp 96.30% <85.71%> (-3.70%) :arrow_down:
...b/target/src/custom_generator/custom_generator.cpp 99.17% <99.17%> (ø)
...ildcc/lib/target/include/target/custom_generator.h 100.00% <100.00%> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <100.00%> (ø)
...arget/include/target/interface/builder_interface.h 100.00% <100.00%> (ø)
...ma/include/schema/custom_generator_serialization.h 100.00% <100.00%> (ø)
...ldcc/schema/src/custom_generator_serialization.cpp 100.00% <100.00%> (ø)
buildcc/lib/env/include/env/assert_fatal.h 100.00% <0.00%> (ø)
buildcc/plugins/include/plugins/buildcc_find.h
buildcc/plugins/src/buildcc_find.cpp

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 afff3dd...4031c39. Read the comment docs.