Skip to content

Conversation

@alugowski
Copy link
Owner

Previous code could cause a compiler warning with overly-pedantic settings: 'value' may be used uninitialized

Previous behavior was correct, only initialized values would be read. New version also has simpler logic.

Previous code could cause a compiler warning with overly-pedantic settings: 'value' may be used uninitialized

Previous behavior was correct, only initialized values would be read. New version also has simpler logic.
@codecov
Copy link

codecov bot commented Jan 2, 2024

Codecov Report

Attention: Patch coverage is 92.68293% with 3 lines in your changes missing coverage. Please review.

Project coverage is 95.77%. Comparing base (b8e3403) to head (96d99ea).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
include/fast_matrix_market/read_body.hpp 92.68% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
- Coverage   95.84%   95.77%   -0.07%     
==========================================
  Files          22       22              
  Lines        1563     1561       -2     
  Branches      176      173       -3     
==========================================
- Hits         1498     1495       -3     
- Misses         65       66       +1     

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

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.

2 participants