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

Check sqlite3_reset result #1419

Merged
merged 3 commits into from
Nov 25, 2023

Misc

9ebca71
Select commit
Failed to load commit list.
Merged

Check sqlite3_reset result #1419

Misc
9ebca71
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Nov 25, 2023 in 0s

81.25% (+0.02%) compared to 7f8c421

View this Pull Request on Codecov

81.25% (+0.02%) compared to 7f8c421

Details

Codecov Report

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

Comparison is base (7f8c421) 81.23% compared to head (9ebca71) 81.25%.

Files Patch % Lines
src/statement.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1419      +/-   ##
==========================================
+ Coverage   81.23%   81.25%   +0.02%     
==========================================
  Files          50       50              
  Lines       10299    10298       -1     
==========================================
+ Hits         8366     8368       +2     
+ Misses       1933     1930       -3     

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