Cancel reservations on event deletion via signal
[cds-indico.git] / .coveragerc
blob0fd039e8b64d1189b35123afd65ed66dfd37bdcc
1 [run]
2 branch = true
3 source = indico
4 include =
5     indico/core/models/*.py
6     indico/modules/events/agreements/*.py
7     indico/modules/payment/*.py
8     indico/modules/rb/*.py
9     indico/modules/users/*.py
10     indico/util/signals.py
11     indico/util/string.py
12     indico/web/flask/templating.py
13     indico/util/*.py
15 [report]
16 exclude_lines =
17     pragma: no cover
18     def __repr__