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

Serialization common #193

Closed coder137 closed 2 years ago

coder137 commented 2 years ago

Shifted serialization to the "schema" folder

codecov[bot] commented 2 years ago

Codecov Report

Merging #193 (d400f4d) into main (99bcad0) will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #193      +/-   ##
==========================================
- Coverage   99.31%   99.31%   -0.00%     
==========================================
  Files          53       53              
  Lines        1733     1731       -2     
  Branches      464      464              
==========================================
- Hits         1721     1719       -2     
  Partials       12       12              
Impacted Files Coverage Δ
buildcc/lib/target/include/target/common/util.h 50.00% <ø> (ø)
.../lib/target/include/target/friend/compile_object.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/generator.h 100.00% <ø> (ø)
...arget/include/target/interface/builder_interface.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target.h 100.00% <ø> (ø)
buildcc/lib/target/include/target/target_info.h 100.00% <ø> (ø)
buildcc/lib/target/src/common/target_config.cpp 100.00% <ø> (ø)
...ildcc/lib/target/src/target/friend/compile_pch.cpp 97.56% <ø> (ø)
buildcc/plugins/src/buildcc_find.cpp 100.00% <ø> (ø)
...cc/schema/include/schema/generator_serialization.h 100.00% <ø> (ø)
... and 6 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 99bcad0...d400f4d. Read the comment docs.