Coverage report: 35%
coverage.py v7.4.0, created at 2024-01-23 10:44 +0000
coverage.py v7.4.0, created at 2024-01-23 10:44 +0000
Module | statements | missing | excluded | branches | partial | coverage |
---|---|---|---|---|---|---|
python/felis/__init__.py | 6 | 0 | 0 | 0 | 0 | 100% |
python/felis/check.py | 143 | 110 | 0 | 60 | 0 | 16% |
python/felis/cli.py | 221 | 141 | 0 | 170 | 1 | 49% |
python/felis/datamodel.py | 214 | 69 | 0 | 80 | 0 | 62% |
python/felis/db/__init__.py | 0 | 0 | 0 | 0 | 0 | 100% |
python/felis/db/sqltypes.py | 67 | 22 | 0 | 8 | 0 | 65% |
python/felis/simple.py | 170 | 44 | 0 | 50 | 0 | 65% |
python/felis/sql.py | 143 | 103 | 0 | 52 | 0 | 21% |
python/felis/tap.py | 263 | 222 | 0 | 82 | 0 | 12% |
python/felis/types.py | 37 | 4 | 0 | 4 | 0 | 90% |
python/felis/utils.py | 49 | 36 | 0 | 30 | 0 | 16% |
python/felis/version.py | 5 | 0 | 0 | 0 | 0 | 100% |
python/felis/visitor.py | 34 | 7 | 0 | 14 | 0 | 85% |
tests/test_check.py | 128 | 104 | 0 | 86 | 1 | 14% |
tests/test_cli.py | 64 | 39 | 0 | 4 | 1 | 38% |
tests/test_datamodel.py | 169 | 144 | 0 | 68 | 1 | 11% |
tests/test_simple.py | 90 | 75 | 0 | 20 | 1 | 15% |
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 | 1948 | 1213 | 0 | 764 | 8 | 35% |
No items found using the specified filter.