boostorg / uuid

Boost.org uuid module
http://boost.org/libs/uuid
Boost Software License 1.0
86 stars 67 forks source link

fix issues 124 (cmake), 125 (bigendian) and 126 (coverity) in ci #132

Closed jeking3 closed 2 years ago

jeking3 commented 2 years ago

This closes #124 This closes #125 This closes #126

codecov[bot] commented 2 years ago

Codecov Report

Merging #132 (7d5f490) into develop (fb3ec7d) will increase coverage by 0.28%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #132      +/-   ##
===========================================
+ Coverage    60.44%   60.73%   +0.28%     
===========================================
  Files           34       34              
  Lines         1388     1388              
  Branches       593      590       -3     
===========================================
+ Hits           839      843       +4     
  Misses          55       55              
+ Partials       494      490       -4     
Impacted Files Coverage Δ
include/boost/uuid/uuid_io.hpp 58.94% <0.00%> (ø)
include/boost/uuid/string_generator.hpp 82.85% <0.00%> (+2.85%) :arrow_up:
include/boost/uuid/random_generator.hpp 81.48% <0.00%> (+3.70%) :arrow_up:

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 4cb8cb6...7d5f490. Read the comment docs.

jeking3 commented 2 years ago

Coverage will omit test files once develop is merged to master.