Fix the videoconference terminology
[cds-indico.git] / .coveragerc
blobfeec19bba1ba8ee70863c2e28a5286d31018cbb6
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/util/signals.py
10     indico/util/string.py
11     indico/web/flask/templating.py
12     indico/util/i18n.py
13     indico/util/translations.py
15 [report]
16 exclude_lines =
17     pragma: no cover
18     def __repr__