-
Notifications
You must be signed in to change notification settings - Fork 2
/
.coveragerc
46 lines (42 loc) · 963 Bytes
/
.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
41
42
43
44
45
46
[run]
source =
elcid
intrahospital_api
lab
plugins/admissions
plugins/appointments
plugins/covid
plugins/dischargesummary
plugins/handover
plugins/icu
plugins/imaging
plugins/labtests
plugins/letters
plugins/monitoring
plugins/tb
plugins/upstream_lists
omit =
*/migrations/*
elcid/test/*
intrahospital_api/test/*
elcid/wsgi*
elcid/settings.py
elcid/local_settings.py
elcid/templates/acceptance/*
lab/tests/*
plugins/admissions/tests/*
plugins/appointments/tests/*
plugins/covid/tests/*
plugins/dischargesummary/tests/*
plugins/handover/tests/*
plugins/icu/tests/*
plugins/imaging/tests/*
plugins/labtests/tests/*
plugins/letters/tests/*
plugins/monitoring/tests/*
plugins/upstream_lists/tests/*
plugins/tb/tests/*
fabfile.py
[report]
exclude_lines =
def __unicode__