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

Refactor `Register` constructable class to `Reg` static class #204

Closed coder137 closed 2 years ago

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

Codecov Report

Merging #204 (84212c1) into main (b9df847) will increase coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
+ Coverage   98.97%   98.99%   +0.02%     
==========================================
  Files          62       62              
  Lines        1837     1874      +37     
  Branches      502      505       +3     
==========================================
+ Hits         1818     1855      +37     
  Misses          1        1              
  Partials       18       18              
Impacted Files Coverage Δ
buildcc/lib/args/include/args/args.h 100.00% <ø> (ø)
buildcc/lib/args/include/args/register.h 100.00% <100.00%> (ø)
buildcc/lib/args/src/args.cpp 100.00% <100.00%> (ø)
buildcc/lib/args/src/register.cpp 99.24% <100.00%> (+0.15%) :arrow_up:
...ildcc/schema/include/schema/target_serialization.h 100.00% <0.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 b9df847...84212c1. Read the comment docs.