Do not duplicate news entry when editing it
[cds-indico.git] / .coveragerc
blob505725a226a44155f5474396c892bcd91e279966
1 [run]
2 branch = true
3 source = indico
4 include =
5     indico/core/db/sqlalchemy/*.py
6     indico/core/settings/*.py
7     indico/modules/events/agreements/*.py
8     indico/modules/oauth/*.py
9     indico/modules/payment/*.py
10     indico/modules/rb/*.py
11     indico/modules/users/*.py
12     indico/util/signals.py
13     indico/util/string.py
14     indico/web/flask/templating.py
15     indico/util/*.py
17 [report]
18 exclude_lines =
19     pragma: no cover
20     def __repr__