forked from kinde-oss/kinde-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coveragerc
More file actions
66 lines (59 loc) · 1.48 KB
/
.coveragerc
File metadata and controls
66 lines (59 loc) · 1.48 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[run]
source = kinde_sdk
omit =
# Generated OpenAPI files
kinde_sdk/management/api/*
kinde_sdk/management/models/*
kinde_sdk/management/schemas.py
kinde_sdk/management/rest.py
kinde_sdk/management/api_client.py
kinde_sdk/management/configuration.py
kinde_sdk/management/api_response.py
kinde_sdk/management/exceptions.py
kinde_sdk/management/model_utils.py
kinde_sdk/management/__init__.py
# Legacy generated files (if they exist)
kinde_sdk/apis/*
kinde_sdk/model/*
kinde_sdk/paths/*
# Test files
test/*
testv2/*
# Framework integration files (these are examples/templates)
kinde_fastapi/*
kinde_flask/*
kinde_django/*
# Virtual environments and cache
*/venv/*
*/.venv/*
*/myenv/*
*/__pycache__/*
*/.pytest_cache/*
*/.coverage
*/htmlcov/*
# Build and distribution files
*/dist/*
*/build/*
*/*.egg-info/*
# Generator and temporary files
*/.openapi-generator/*
*/generator/*
*/temp_*/*
*/tmp_*/*
[report]
exclude_lines =
# Exclude lines that are not executable
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
class .*\bProtocol\):
@(abc\.)?abstractmethod
# Exclude generated code patterns
# Generated by OpenAPI Generator
# Auto-generated by
# This file was generated by