uptane / aktualizr

C++ Uptane Client
Mozilla Public License 2.0
16 stars 16 forks source link

Minor fixes to build correctly on MacOS #85

Closed tkfu closed 2 years ago

tkfu commented 2 years ago

Signed-off-by: Jon Oster jon.oster@toradex.com

codecov-commenter commented 2 years ago

Codecov Report

Merging #85 (1a44c2a) into master (67596b0) will decrease coverage by 0.08%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   84.49%   84.41%   -0.09%     
==========================================
  Files         172      172              
  Lines       12256    12256              
==========================================
- Hits        10356    10346      -10     
- Misses       1900     1910      +10     
Impacted Files Coverage Δ
src/libaktualizr/storage/sqlstorage_base.h 60.00% <0.00%> (-40.00%) :arrow_down:
...rc/aktualizr_secondary/aktualizr_secondary_file.cc 44.44% <0.00%> (-17.78%) :arrow_down:
src/libaktualizr/storage/sqlstorage_base.cc 75.51% <0.00%> (-4.09%) :arrow_down:
src/aktualizr_secondary/main.cc 83.33% <0.00%> (-1.67%) :arrow_down:
src/libaktualizr/package_manager/ostreemanager.cc 77.70% <0.00%> (-0.68%) :arrow_down:
src/libaktualizr/utilities/utils.cc 87.80% <0.00%> (-0.21%) :arrow_down:
src/libaktualizr/primary/sotauptaneclient.cc 90.76% <0.00%> (+0.45%) :arrow_up:
src/aktualizr_primary/main.cc 78.99% <0.00%> (+2.52%) :arrow_up:
src/aktualizr_primary/secondary.cc 91.52% <0.00%> (+2.54%) :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 67596b0...1a44c2a. Read the comment docs.