serdepp icon indicating copy to clipboard operation
serdepp copied to clipboard

Library Type Change, New Beta Adaptor CLI11

Open injae opened this issue 2 years ago • 1 comments

library type change

  • static library -> header-only
  • optional dependencies install flag removed

new adaptor cli11

  • add cli11 support attributes
  • add cli11 support adaptor
  • add cli11 example

unittest update

injae avatar Apr 19 '22 15:04 injae

Codecov Report

Merging #54 (8d05448) into main (3098c86) will increase coverage by 1.57%. The diff coverage is 41.17%.

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   68.53%   70.10%   +1.57%     
==========================================
  Files          16       18       +2     
  Lines         518      562      +44     
==========================================
+ Hits          355      394      +39     
- Misses        163      168       +5     
Flag Coverage Δ
unittest 70.10% <41.17%> (+1.57%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/catch_main.cpp 100.00% <ø> (ø)
tests/test_struct.hpp 0.00% <0.00%> (ø)
include/serdepp/serializer.hpp 78.98% <12.50%> (-9.59%) :arrow_down:
tests/attribute.cpp 100.00% <100.00%> (ø)
tests/nlohmann_json.cpp 100.00% <100.00%> (ø)
tests/rapid_json.cpp 100.00% <100.00%> (ø)
tests/reflection.cpp 100.00% <100.00%> (ø)
tests/toml11.cpp 100.00% <100.00%> (ø)
tests/yaml_cpp.cpp 100.00% <100.00%> (ø)
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Apr 19 '22 15:04 codecov-commenter