Fixes related to "Adapt API to flask-oauthlib"
[cds-indico.git] / .coveragerc
blob9b779c5bd38811c47cf23b070dd77a7d74354014
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/payment/*.py
9     indico/modules/rb/*.py
10     indico/modules/users/*.py
11     indico/util/signals.py
12     indico/util/string.py
13     indico/web/flask/templating.py
14     indico/util/*.py
16 [report]
17 exclude_lines =
18     pragma: no cover
19     def __repr__