forked from trustgraph-ai/trustgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coveragerc
More file actions
35 lines (31 loc) · 673 Bytes
/
Copy path.coveragerc
File metadata and controls
35 lines (31 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[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