[run]
source = src/aegis
branch = true
omit =
    tests/*
    **/conftest.py
    src/aegis/__main__.py
    src/aegis/store/neo4j.py
    src/aegis/store/postgres.py
    src/aegis/store/postgres_eval.py
    src/aegis/store/redis.py
    src/aegis/protocol/*
    src/aegis/rubric/*
    src/aegis/training/verl_bridge.py
    src/aegis/training/model_loader.py
    src/aegis/observatory/anomaly_detector.py
    src/aegis/observatory/goodhart.py
    src/aegis/observatory/signals.py
    src/aegis/memory/versioning.py

[report]
show_missing = true
skip_covered = false
fail_under = 80
exclude_lines =
    pragma: no cover
    def __repr__
    if TYPE_CHECKING:
    if __name__ == .__main__.:
    raise NotImplementedError
    pass
    \.\.\.

[html]
directory = htmlcov
