Strip HTML from room booking emails
[cds-indico.git] / .coveragerc
blob47a0049a9cab4a58a2e7e949fc7195471e9d62cc
1 [run]
2 branch = true
3 source = indico
4 include =
5     indico/core/db/sqlalchemy/*.py
6     indico/core/settings/*.py
7     indico/core/storage.py
8     indico/modules/events/agreements/*.py
9     indico/modules/events/notes/*.py
10     indico/modules/oauth/*.py
11     indico/modules/payment/*.py
12     indico/modules/rb/*.py
13     indico/modules/users/*.py
14     indico/util/signals.py
15     indico/util/string.py
16     indico/web/flask/templating.py
17     indico/util/*.py
19 [report]
20 exclude_lines =
21     pragma: no cover
22     def __repr__