LLNL / units

A run-time C++ library for working with units of measurement and conversions between them and with string representations of units and measurements
https://units.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
146 stars 26 forks source link

Update third party #335

Closed phlptp closed 6 months ago

phlptp commented 6 months ago

Update third party libraries (Json, cli11) NOTE: these are not needed for the library code, only for testing and some applications

also add a few more coverage tests

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (7333067) to head (6822062).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #335 +/- ## =========================================== + Coverage 99.96% 100.00% +0.03% =========================================== Files 9 9 Lines 5081 5081 Branches 983 984 +1 =========================================== + Hits 5079 5081 +2 + Misses 2 0 -2 ```