sqlitecloud / sqlitecloud-py

Python drivers for SQLite Cloud
https://sqlitecloud.io
4 stars 1 forks source link

#8 - Initial support of SQLite Cloud to API-DB 2.0/SQLite3. #12

Closed danielebriggi closed 3 weeks ago

danielebriggi commented 1 month ago

Issue #8

Description

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 96.33550% with 45 lines in your changes are missing coverage. Please review.

Project coverage is 96.34%. Comparing base (fa792c9) to head (4b8f619). Report is 1 commits behind head on main.

Files Patch % Lines
src/sqlitecloud/driver.py 85.09% 24 Missing :warning:
src/tests/integration/test_sqlite3_parity.py 92.35% 12 Missing :warning:
src/sqlitecloud/dbapi2.py 96.32% 5 Missing :warning:
src/sqlitecloud/types.py 96.72% 2 Missing :warning:
src/sqlitecloud/client.py 94.11% 1 Missing :warning:
src/sqlitecloud/resultset.py 97.36% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12 +/- ## ========================================== + Coverage 95.31% 96.34% +1.03% ========================================== Files 17 23 +6 Lines 1557 2434 +877 ========================================== + Hits 1484 2345 +861 - Misses 73 89 +16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.