-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcodecov.yml
38 lines (37 loc) · 970 Bytes
/
codecov.yml
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
github_checks:
annotations: false
coverage:
status:
project:
default:
threshold: 5%
patch:
default:
target: 95%
ignore:
- "**/forms.py"
- "*/selenium_tests/**"
- "*/tests/**"
- "*/migrations/*"
- "*/apps.py"
- "*/admin/*.py"
- "*/admin.py"
- "**/fixtures.py"
- "src/hct_mis_api/one_time_scripts/*"
- "src/hct_mis_api/libs/*"
- "src/hct_mis_api/settings/*"
- "src/hct_mis_api/settings.py"
- "src/hct_mis_api/conftest.py"
- "src/hct_mis_api/config/settings.py"
- "src/hct_mis_api/apps/core/management/commands/*"
- "src/hct_mis_api/apps/payment/models/cash_assist.py"
- "pragma: no cover"
- "pragma: no-cover"
- "def __repr__"
- "raise AssertionError"
- "raise NotImplementedError"
- "except ImportError"
- "if __name__ == .__main__."
- "if TYPE_CHECKING"
- "^\\s*(import\\s.+|from\\s+.+import\\s+.+)"
- "logger.exception(e)"