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 `Args` constructable class to static class #202

Closed coder137 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #202 (af11695) into main (70ca258) will decrease coverage by 0.05%. The diff coverage is 96.30%.

@@            Coverage Diff             @@
##             main     #202      +/-   ##
==========================================
- Coverage   98.95%   98.91%   -0.05%     
==========================================
  Files          62       62              
  Lines        1818     1828      +10     
  Branches      501      502       +1     
==========================================
+ Hits         1799     1808       +9     
- Misses          1        2       +1     
  Partials       18       18              
Impacted Files Coverage Δ
buildcc/lib/args/include/args/args.h 100.00% <ø> (ø)
buildcc/lib/args/src/args.cpp 98.25% <95.45%> (-1.75%) :arrow_down:
buildcc/lib/args/include/args/register.h 100.00% <100.00%> (ø)
buildcc/lib/args/src/register.cpp 99.08% <100.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 70ca258...af11695. Read the comment docs.