Coverage report: 35%
coverage.py v7.4.3, created at 2024-03-14 10:16 -0700
coverage.py v7.4.3, created at 2024-03-14 10:16 -0700
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 | 234 | 147 | 0 | 182 | 1 | 50% |
python/felis/datamodel.py | 242 | 79 | 0 | 96 | 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 | 146 | 106 | 0 | 54 | 0 | 20% |
python/felis/tap.py | 262 | 222 | 0 | 82 | 0 | 12% |
python/felis/types.py | 37 | 4 | 0 | 4 | 0 | 90% |
python/felis/utils.py | 50 | 36 | 0 | 30 | 0 | 18% |
python/felis/validation.py | 45 | 17 | 0 | 26 | 0 | 56% |
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 | 79 | 50 | 0 | 4 | 1 | 36% |
tests/test_datamodel.py | 194 | 168 | 0 | 78 | 1 | 10% |
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% |
tests/test_validation.py | 42 | 35 | 0 | 28 | 0 | 10% |
Total | 2119 | 1319 | 0 | 858 | 8 | 35% |
No items found using the specified filter.