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

Add SQLite compatibility with new module #190

Merged
merged 30 commits into from
Dec 8, 2023

Fix tests

f61ef8a
Select commit
Loading
Failed to load commit list.
Merged

Add SQLite compatibility with new module #190

Fix tests
f61ef8a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 6, 2023 in 1s

81.11% (+0.99%) compared to 93b1f50

View this Pull Request on Codecov

81.11% (+0.99%) compared to 93b1f50

Details

Codecov Report

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

Comparison is base (93b1f50) 80.11% compared to head (f61ef8a) 81.11%.
Report is 2 commits behind head on master.

❗ Current head f61ef8a differs from pull request most recent head be854e3. Consider uploading reports for the commit be854e3 to get more accurate results

Files Patch % Lines
src/OpenSQL/utils.jl 85.22% 13 Missing ⚠️
src/sql_interface.jl 92.85% 5 Missing ⚠️
src/OpenSQL/read.jl 92.30% 3 Missing ⚠️
src/OpenSQL/create.jl 97.22% 1 Missing ⚠️
src/OpenSQL/delete.jl 90.90% 1 Missing ⚠️
src/OpenSQL/update.jl 96.96% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
+ Coverage   80.11%   81.11%   +0.99%     
==========================================
  Files          21       28       +7     
  Lines        2872     3151     +279     
==========================================
+ Hits         2301     2556     +255     
- Misses        571      595      +24     

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