Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use std::optional. #392

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Do not use std::optional. #392

merged 1 commit into from
Dec 18, 2023

Conversation

mgautierfr
Copy link
Collaborator

Old compiler on aarch_64 doesn't support std::optional (sadly)

Old compiler on aarch_64 doesn't support `std::optional` (sadly)
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (bb6d10f) 27.93% compared to head (3f6e146) 27.93%.

Files Patch % Lines
src/zimcheck/checks.cpp 33.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #392   +/-   ##
=======================================
  Coverage   27.93%   27.93%           
=======================================
  Files          26       26           
  Lines        2585     2585           
  Branches     1376     1376           
=======================================
  Hits          722      722           
  Misses       1376     1376           
  Partials      487      487           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mgautierfr mgautierfr merged commit e1d407b into main Dec 18, 2023
11 of 13 checks passed
@mgautierfr mgautierfr deleted the no_optional branch December 18, 2023 21:32
@kelson42 kelson42 added this to the 3.4.0 milestone Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants