mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
35 lines
673 B
Text
35 lines
673 B
Text
|
|
[run]
|
||
|
|
source =
|
||
|
|
trustgraph-base/trustgraph
|
||
|
|
trustgraph-flow/trustgraph
|
||
|
|
trustgraph-bedrock/trustgraph
|
||
|
|
trustgraph-vertexai/trustgraph
|
||
|
|
trustgraph-embeddings-hf/trustgraph
|
||
|
|
omit =
|
||
|
|
*/tests/*
|
||
|
|
*/test_*
|
||
|
|
*/conftest.py
|
||
|
|
*/__pycache__/*
|
||
|
|
*/venv/*
|
||
|
|
*/env/*
|
||
|
|
*/site-packages/*
|
||
|
|
|
||
|
|
# Disable coverage warnings for contract tests
|
||
|
|
disable_warnings = no-data-collected
|
||
|
|
|
||
|
|
[report]
|
||
|
|
exclude_lines =
|
||
|
|
pragma: no cover
|
||
|
|
def __repr__
|
||
|
|
raise AssertionError
|
||
|
|
raise NotImplementedError
|
||
|
|
if __name__ == .__main__.:
|
||
|
|
class .*\(Protocol\):
|
||
|
|
@(abc\.)?abstractmethod
|
||
|
|
|
||
|
|
[html]
|
||
|
|
directory = htmlcov
|
||
|
|
skip_covered = False
|
||
|
|
|
||
|
|
[xml]
|
||
|
|
output = coverage.xml
|