mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-24 16:06:22 +02:00
* Structured data tech spec * Architecture principles * New schemas * Updated schemas and specs * Object extractor * Add .coveragerc * New tests * Cassandra object storage * Trying to object extraction working, issues exist
35 lines
No EOL
673 B
INI
35 lines
No EOL
673 B
INI
[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 |