• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kimata / my-py-lib / 23826065297

01 Apr 2026 12:34AM UTC coverage: 61.846% (-0.3%) from 62.123%
23826065297

push

github

kimata
Add stable platform and store client package boundaries

8 of 30 new or added lines in 11 files covered. (26.67%)

5 existing lines in 1 file now uncovered.

3665 of 5926 relevant lines covered (61.85%)

0.62 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/my_lib/platform/sqlite.py
1
"""Stable SQLite helper exports."""
2

NEW
3
from my_lib.sqlite_util import (
×
4
    DatabaseConnection,
5
    IsolationLevel,
6
    LockingMode,
7
    SQLiteConnectionParams,
8
    cleanup_stale_files,
9
    connect,
10
    exec_schema_from_file,
11
    init_connection,
12
    init_persistent,
13
    init_schema_from_file,
14
    recover,
15
)
16

NEW
17
__all__ = [
×
18
    "DatabaseConnection",
19
    "IsolationLevel",
20
    "LockingMode",
21
    "SQLiteConnectionParams",
22
    "cleanup_stale_files",
23
    "connect",
24
    "exec_schema_from_file",
25
    "init_connection",
26
    "init_persistent",
27
    "init_schema_from_file",
28
    "recover",
29
]
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc