Coverage report: 31%
coverage.py v7.2.7, created at 2023-07-12 10:48 -0700
coverage.py v7.2.7, created at 2023-07-12 10:48 -0700
Module | statements | missing | excluded | branches | partial | coverage |
---|---|---|---|---|---|---|
python/felis/__init__.py | 6 | 0 | 0 | 0 | 0 | 100% |
python/felis/check.py | 112 | 81 | 0 | 32 | 0 | 22% |
python/felis/cli.py | 205 | 130 | 0 | 56 | 1 | 29% |
python/felis/db/__init__.py | 0 | 0 | 0 | 0 | 0 | 100% |
python/felis/db/sqltypes.py | 67 | 22 | 0 | 4 | 0 | 63% |
python/felis/simple.py | 154 | 39 | 0 | 46 | 0 | 66% |
python/felis/sql.py | 139 | 100 | 0 | 50 | 0 | 21% |
python/felis/tap.py | 253 | 214 | 0 | 76 | 0 | 12% |
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 | 64 | 39 | 0 | 4 | 1 | 38% |
tests/test_simple.py | 83 | 68 | 0 | 20 | 1 | 16% |
tests/test_sql.py | 77 | 59 | 0 | 24 | 1 | 19% |
tests/test_tap.py | 35 | 16 | 0 | 8 | 1 | 47% |
tests/test_utils.py | 33 | 18 | 0 | 4 | 1 | 43% |
Total | 1464 | 910 | 0 | 420 | 7 | 31% |
No items found using the specified filter.