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

Do not use `std::optional`.

3f6e146
Select commit
Loading
Failed to load commit list.
Merged

Do not use std::optional. #392

Do not use `std::optional`.
3f6e146
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2023 in 0s

27.93% (+0.00%) compared to bb6d10f

View this Pull Request on Codecov

27.93% (+0.00%) compared to bb6d10f

Details

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.