forked from rapidpro/rapidpro
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.coveragerc
40 lines (37 loc) · 1.06 KB
/
.coveragerc
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
# .coveragerc to control coverage.py
[run]
source = ./temba
[report]
ignore_errors = True
precision = 0
show_missing = True
skip_covered = True
exclude_lines =
pragma: no cover
pragma: needs cover
pragma: can't cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
omit =
*/gen/*
*/tests*
*__init__*
*settings*
temba/api/management/commands/webhook_stats.py
temba/channels/management/commands/reactivate_fb_channels.py
temba/contacts/management/commands/audit_es_group.py
temba/flows/management/commands/run_audit.py
temba/msgs/management/commands/msg_console.py
temba/orgs/management/commands/update_analytics_consent.py
temba/orgs/management/commands/update_analytics_orgs.py
temba/utils/management/commands/mailroom_db.py
temba/utils/management/commands/migrate_flows.py
temba/utils/management/commands/test_db.py
temba/utils/management/commands/perf_test.py
[html]
directory = coverage_html_report