Coverage report: 31%
coverage.py v7.2.1, created at 2023-03-12 20:29 -0700
coverage.py v7.2.1, created at 2023-03-12 20:29 -0700
Module | statements | missing | excluded | branches | partial | coverage |
---|---|---|---|---|---|---|
python/felis/__init__.py | 6 | 0 | 0 | 0 | 0 | 100% |
python/felis/check.py | 94 | 65 | 0 | 24 | 0 | 25% |
python/felis/cli.py | 201 | 127 | 0 | 54 | 1 | 29% |
python/felis/db/__init__.py | 0 | 0 | 0 | 0 | 0 | 100% |
python/felis/db/sqltypes.py | 66 | 22 | 0 | 6 | 0 | 61% |
python/felis/simple.py | 154 | 39 | 0 | 46 | 0 | 66% |
python/felis/sql.py | 139 | 100 | 0 | 50 | 0 | 21% |
python/felis/tap.py | 246 | 210 | 0 | 76 | 0 | 11% |
python/felis/types.py | 50 | 4 | 0 | 0 | 0 | 92% |
python/felis/utils.py | 49 | 36 | 0 | 30 | 0 | 16% |
python/felis/version.py | 6 | 0 | 0 | 0 | 0 | 100% |
python/felis/visitor.py | 30 | 6 | 0 | 0 | 0 | 80% |
tests/test_check.py | 101 | 78 | 0 | 66 | 1 | 14% |
tests/test_cli.py | 59 | 35 | 0 | 4 | 1 | 40% |
tests/test_simple.py | 83 | 68 | 0 | 20 | 1 | 16% |
tests/test_sql.py | 75 | 58 | 0 | 24 | 1 | 18% |
tests/test_tap.py | 35 | 16 | 0 | 8 | 1 | 47% |
tests/test_utils.py | 33 | 18 | 0 | 4 | 1 | 43% |
Total | 1427 | 882 | 0 | 412 | 7 | 31% |
No items found using the specified filter.